mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
ext4: remove unused variable in ext4_update_super()
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
This commit is contained in:
parent
7c319d3285
commit
8a9918497b
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue