btrfs: fix for write_super_lockfs/unlockfs error handling
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 10 Jan 2009 14:09:52 +0000 (06:09 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 10 Jan 2009 14:09:52 +0000 (06:09 -0800)
commit0176260fc30842e358cf34afa7dcd9413db44822
treec41a99cfbfc904740f81b7b948a05d259ad3aec4
parentf4b477c47332367d35686bd2b808c2156b96d7c7
btrfs: fix for write_super_lockfs/unlockfs error handling

Commit c4be0c1dc4cdc37b175579be1460f15ac6495e9a added the ability for
write_super_lockfs to return errors, and renamed them to match.  But
btrfs didn't get converted.

Do the minimal conversion to make it compile again.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/btrfs/super.c