1 Jun 2006 01:59
[PATCH] ext3 resize: fix double unlock_super()
Linux Kernel Mailing List <linux-kernel <at> vger.kernel.org>
2006-05-31 23:59:02 GMT
2006-05-31 23:59:02 GMT
commit 6855a3a6c3ab611c3a393be846c1e36120033b18
tree fc8b79da08a45dead0733ebe2e092ed39e30be01
parent e6ed89ac9f5da16fea5111651b6de0ff0a76a5c2
author Andrew Morton <akpm <at> osdl.org> Wed, 31 May 2006 11:25:31 -0700
committer Linus Torvalds <torvalds <at> g5.osdl.org> Thu, 01 Jun 2006 06:27:10 -0700
[PATCH] ext3 resize: fix double unlock_super()
From: Andrew Morton <akpm <at> osdl.org>
Spotted by Jan Capek <jca <at> sysgo.com>
Cc: "Stephen C. Tweedie" <sct <at> redhat.com>
Cc: Andreas Dilger <adilger <at> clusterfs.com>
Cc: Jan Capek <jca <at> sysgo.com>
Signed-off-by: Andrew Morton <akpm <at> osdl.org>
Signed-off-by: Linus Torvalds <torvalds <at> osdl.org>
fs/ext3/resize.c | 1 -
1 files changed, 1 deletion(-)
diff --git a/fs/ext3/resize.c b/fs/ext3/resize.c
index 8aac533..34b39e9 100644
--- a/fs/ext3/resize.c
+++ b/fs/ext3/resize.c
<at> <at> -767,7 +767,6 <at> <at> int ext3_group_add(struct super_block *s
if (input->group != sbi->s_groups_count) {
ext3_warning(sb, __FUNCTION__,
"multiple resizers run on filesystem!");
- unlock_super(sb);
(Continue reading)
RSS Feed