aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/ext4/resize.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/ext4/resize.c b/fs/ext4/resize.c
index ee985ca0510..9f821ce3980 100644
--- a/fs/ext4/resize.c
+++ b/fs/ext4/resize.c
@@ -1049,8 +1049,6 @@ static void update_backups(struct super_block *sb, int blk_off, char *data,
1049 goto exit_err; 1049 goto exit_err;
1050 } 1050 }
1051 1051
1052 ext4_superblock_csum_set(sb, (struct ext4_super_block *)data);
1053
1054 if (meta_bg == 0) { 1052 if (meta_bg == 0) {
1055 group = ext4_list_backups(sb, &three, &five, &seven); 1053 group = ext4_list_backups(sb, &three, &five, &seven);
1056 last = sbi->s_groups_count; 1054 last = sbi->s_groups_count;