diff --git a/fs/ext4/super.c b/fs/ext4/super.c index 655ba77db225eae5fcc2d284d3349a47e2207020..5f95ed3fbf7d3fd6d20ec7b51d5302315f00e00e 100644 --- a/fs/ext4/super.c +++ b/fs/ext4/super.c @@ -2724,9 +2724,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.