]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit558065e2fe4b2fd9f7204ca6d9c2e6e7142668c1
treec41a99cfbfc904740f81b7b948a05d259ad3aec4
parenta5a033e92fe61194b9ca0695bb520f187a50a825
btrfs: fix for write_super_lockfs/unlockfs error handling

Commit 375ff945106db2e29032dfe7baa964925f52ad46 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