From: Jan Kara Date: Fri, 4 Jul 2008 16:59:33 +0000 (-0700) Subject: ext3: add missing unlock to error path in ext3_quota_write() X-Git-Tag: v2.6.26-rc9~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5c8f7dae75e1e6bb3200fc61302e4d5e2df3dc2;p=pandora-kernel.git ext3: add missing unlock to error path in ext3_quota_write() When write in ext3_quota_write() fails, we have to properly release i_mutex. One error path has been missing the unlock... Signed-off-by: Jan Kara Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed