diff --git a/fs/ext4/super.c b/fs/ext4/super.c index c2ea525e85c6ef8324582308c35f8ed41aec1697..e1e216f8e9bd645276548c74ecd5ae4888c8d7f0 100644 --- a/fs/ext4/super.c +++ b/fs/ext4/super.c @@ -3798,7 +3798,6 @@ static int ext4_fill_super(struct super_block *sb, void *data, int silent) INIT_LIST_HEAD(&sbi->s_orphan); /* unlinked but open files */ mutex_init(&sbi->s_orphan_lock); - sbi->s_resize_flags = 0; sb->s_root = NULL;