diff --git a/fs/ext4/super.c b/fs/ext4/super.c index 0f9af7ba9210..097ab07c9272 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.