]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] ext3: Fix missed mutex unlock
authorAnaniev, Leonid I <leonid.i.ananiev@intel.com>
Tue, 11 Apr 2006 05:54:38 +0000 (22:54 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 17 Apr 2006 21:24:57 +0000 (14:24 -0700)
commit75616cf9854b83eb83a968b1338ae0ee11c9673c
tree8817195d9d9ef0c10e5b715efe5b381bb78cbd68
parent2436f039d26a91e5404974ee0cb789b17db46168
[PATCH] ext3: Fix missed mutex unlock

Missed unlock_super()call is added in error condition code path.

Signed-off-by: Leonid Ananiev <leonid.i.ananiev@intel.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/ext3/resize.c