From: Jan Kara Date: Fri, 4 Jul 2008 16:59:34 +0000 (-0700) Subject: ext4: add missing unlock to an error path in ext4_quota_write() X-Git-Tag: v2.6.26-rc9~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d04e4fbf8fc9f5136a64d45e2c20de095c08efb;p=pandora-kernel.git ext4: add missing unlock to an error path in ext4_quota_write() When write in ext4_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