diff options
author | Steve French <sfrench@us.ibm.com> | 2006-06-06 22:40:03 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2006-06-06 22:40:03 -0400 |
commit | f3ffb6814408f29817fc84d40ecc9c796acaa3ab (patch) | |
tree | b4702cbdbf2c4517a5986bbaa971495b0f92a877 /fs/ext3 | |
parent | 5bafd76593f060540acbea3b61e3087e009aa269 (diff) | |
parent | 1def630a6a49dda5bc89dfbd86656293640456f0 (diff) |
Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Diffstat (limited to 'fs/ext3')
-rw-r--r-- | fs/ext3/resize.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ext3/resize.c b/fs/ext3/resize.c index 8aac533468..34b39e9a1e 100644 --- a/fs/ext3/resize.c +++ b/fs/ext3/resize.c | |||
@@ -767,7 +767,6 @@ int ext3_group_add(struct super_block *sb, struct ext3_new_group_data *input) | |||
767 | if (input->group != sbi->s_groups_count) { | 767 | if (input->group != sbi->s_groups_count) { |
768 | ext3_warning(sb, __FUNCTION__, | 768 | ext3_warning(sb, __FUNCTION__, |
769 | "multiple resizers run on filesystem!"); | 769 | "multiple resizers run on filesystem!"); |
770 | unlock_super(sb); | ||
771 | err = -EBUSY; | 770 | err = -EBUSY; |
772 | goto exit_journal; | 771 | goto exit_journal; |
773 | } | 772 | } |