commit | 0176260fc30842e358cf34afa7dcd9413db44822 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Sat Jan 10 06:09:52 2009 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Sat Jan 10 06:09:52 2009 -0800 |
tree | c41a99cfbfc904740f81b7b948a05d259ad3aec4 | |
parent | f4b477c47332367d35686bd2b808c2156b96d7c7 [diff] |
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>