Skip to content

Commit

Permalink
ext4: remove unused variable in ext4_update_super()
Browse files Browse the repository at this point in the history
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
  • Loading branch information
Theodore Ts'o committed Jul 23, 2012
1 parent 7c319d3 commit 8a99184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/ext4/resize.c
Original file line number Diff line number Diff line change
Expand Up @@ -1197,7 +1197,7 @@ static void ext4_update_super(struct super_block *sb,
struct ext4_new_group_data *group_data = flex_gd->groups;
struct ext4_sb_info *sbi = EXT4_SB(sb);
struct ext4_super_block *es = sbi->s_es;
int i, ret;
int i;

BUG_ON(flex_gd->count == 0 || group_data == NULL);
/*
Expand Down

0 comments on commit 8a99184

Please sign in to comment.