Skip to content

Commit

Permalink
[PATCH] ext3 resize: fix double unlock_super()
Browse files Browse the repository at this point in the history
From: Andrew Morton <[email protected]>

Spotted by Jan Capek <[email protected]>

Cc: "Stephen C. Tweedie" <[email protected]>
Cc: Andreas Dilger <[email protected]>
Cc: Jan Capek <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed May 31, 2006
1 parent e6ed89a commit 6855a3a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/ext3/resize.c
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,6 @@ int ext3_group_add(struct super_block *sb, struct ext3_new_group_data *input)
if (input->group != sbi->s_groups_count) {
ext3_warning(sb, __FUNCTION__,
"multiple resizers run on filesystem!");
unlock_super(sb);
err = -EBUSY;
goto exit_journal;
}
Expand Down

0 comments on commit 6855a3a

Please sign in to comment.