diff --git a/fs/ext4/super.c b/fs/ext4/super.c index 0f9af7ba921013cbc80c038ddf1479155f76168f..097ab07c9272f65c8fd223b0afd6f56f6d39877e 100644 --- a/fs/ext4/super.c +++ b/fs/ext4/super.c @@ -3040,9 +3040,6 @@ static void ext4_orphan_cleanup(struct super_block *sb, sb->s_flags &= ~SB_RDONLY; } #ifdef CONFIG_QUOTA - /* Needed for iput() to work correctly and not trash data */ - sb->s_flags |= SB_ACTIVE; - /* * Turn on quotas which were not enabled for read-only mounts if * filesystem has quota feature, so that they are updated correctly.