|
@@ -130,9 +130,6 @@ static void ext2_put_super (struct super_block * sb)
|
|
|
|
|
|
dquot_disable(sb, -1, DQUOT_USAGE_ENABLED | DQUOT_LIMITS_ENABLED);
|
|
dquot_disable(sb, -1, DQUOT_USAGE_ENABLED | DQUOT_LIMITS_ENABLED);
|
|
|
|
|
|
- if (sb->s_dirt)
|
|
|
|
- ext2_write_super(sb);
|
|
|
|
-
|
|
|
|
ext2_xattr_put_super(sb);
|
|
ext2_xattr_put_super(sb);
|
|
if (!(sb->s_flags & MS_RDONLY)) {
|
|
if (!(sb->s_flags & MS_RDONLY)) {
|
|
struct ext2_super_block *es = sbi->s_es;
|
|
struct ext2_super_block *es = sbi->s_es;
|