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)
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>

No differences found