diff --git a/[refs] b/[refs] index fb6576b68223..6404b9649928 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ee65244b210e00060c2d4d8eff4ad9b18400f588 +refs/heads/master: f2b2242081314ee4385f3b49d92b0adff8324d80 diff --git a/trunk/fs/ext2/super.c b/trunk/fs/ext2/super.c index e1025c7a437a..12a7916cfa9d 100644 --- a/trunk/fs/ext2/super.c +++ b/trunk/fs/ext2/super.c @@ -130,9 +130,6 @@ static void ext2_put_super (struct super_block * sb) dquot_disable(sb, -1, DQUOT_USAGE_ENABLED | DQUOT_LIMITS_ENABLED); - if (sb->s_dirt) - ext2_write_super(sb); - ext2_xattr_put_super(sb); if (!(sb->s_flags & MS_RDONLY)) { struct ext2_super_block *es = sbi->s_es;