From: Evgeniy Dushistov Date: Sun, 25 Jun 2006 12:47:26 +0000 (-0700) Subject: [PATCH] ufs: unlock_super without lock X-Git-Tag: v2.6.18-rc1~1017 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e006393ba5b599d9c43f94f8d8989e68131433e;p=pandora-kernel.git [PATCH] ufs: unlock_super without lock ufs_free_blocks function looks now in so way: if (err) goto failed; lock_super(); failed: unlock_super(); So if error happen we'll unlock not locked super. Signed-off-by: Evgeniy Dushistov Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed