Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8a991849 authored by Theodore Ts'o's avatar Theodore Ts'o
Browse files

ext4: remove unused variable in ext4_update_super()



Signed-off-by: default avatar"Theodore Ts'o" <tytso@mit.edu>
parent 7c319d32
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
	/*