ext4: remove useless s_dirt assignment
[firefly-linux-kernel-4.4.55.git] / fs / ext4 / super.c
index 626c1f840118cc8853d50ec200385f6147f7f32d..150840a4af38a73c20923d85cca33795c5613e74 100644 (file)
@@ -3277,7 +3277,6 @@ static int ext4_fill_super(struct super_block *sb, void *data, int silent)
 #else
                es->s_flags |= cpu_to_le32(EXT2_FLAGS_SIGNED_HASH);
 #endif
-               sb->s_dirt = 1;
        }
 
        /* Handle clustersize */