From: Dan Carpenter Date: Tue, 7 Apr 2009 11:48:16 +0000 (+0300) Subject: missing unlock in jfs_quota_write() X-Git-Tag: v2.6.31-rc1~385^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c83633ad38138855181af6936e8ac570ef7e2cb;p=pandora-kernel.git missing unlock in jfs_quota_write() We should unlock &inode->i_mutex on the error path. This bug was in ext2_quota_write(). I sent a patch to them today as well. Found by smatch (http://repo.or.cz/w/smatch.git). Compile tested. regards, dan carpenter Signed-off-by: Dan Carpenter Signed-off-by: Dave Kleikamp --- Reading git-diff-tree failed