]> git.baikalelectronics.ru Git - kernel.git/commit
reiserfs: add missing unlock to an error path in reiserfs_quota_write()
authorJan Kara <jack@suse.cz>
Fri, 4 Jul 2008 16:59:34 +0000 (09:59 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 4 Jul 2008 17:40:05 +0000 (10:40 -0700)
commit8c495b43c93799a2d48461242441c7a42dc50673
tree625fc5f614642c4a6597ceec47307690114b8ade
parent6ec4288dda826cbab4ccc667dcb5c8d3da9a8c6e
reiserfs: add missing unlock to an error path in reiserfs_quota_write()

When write in reiserfs_quota_write() fails, we have to properly release
i_mutex. One error path has been missing the unlock...

Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/reiserfs/super.c