diff --git a/fs/ext4/super.c b/fs/ext4/super.c index adccfc6d5294dd3fad11481d4a0ef98bf66af2b7..9696c0cd729de4ff393ddcf6e4e686e38c537460 100644 --- a/fs/ext4/super.c +++ b/fs/ext4/super.c @@ -3023,9 +3023,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.