From: Dave Kleikamp Date: Sun, 24 May 2009 01:28:41 +0000 (-0500) Subject: jfs: Add missing mutex_unlock call to error path X-Git-Tag: v2.6.31-rc1~385^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79f52b77b89e8b7aa9fbe62135eea198a2ecbd5b;p=pandora-kernel.git jfs: Add missing mutex_unlock call to error path Jan Kucera found an missing call to mutex_unlock() with his static code checker. It's an unlikely error path to hit in the real world, but it should be fixed. Signed-off-by: Dave Kleikamp Reported-by: Jan Kucera --- Reading git-diff-tree failed