|
@@ -81,9 +81,6 @@ static void sysv_put_super(struct super_block *sb)
|
|
{
|
|
{
|
|
struct sysv_sb_info *sbi = SYSV_SB(sb);
|
|
struct sysv_sb_info *sbi = SYSV_SB(sb);
|
|
|
|
|
|
- if (sb->s_dirt)
|
|
|
|
- sysv_write_super(sb);
|
|
|
|
-
|
|
|
|
if (!(sb->s_flags & MS_RDONLY)) {
|
|
if (!(sb->s_flags & MS_RDONLY)) {
|
|
/* XXX ext2 also updates the state here */
|
|
/* XXX ext2 also updates the state here */
|
|
mark_buffer_dirty(sbi->s_bh1);
|
|
mark_buffer_dirty(sbi->s_bh1);
|