Maemo patchset 20101501+0m5
[h-e-n] / fs / sysv / super.c
index 5a903da..f0d3679 100644 (file)
@@ -347,7 +347,7 @@ static int complete_read_super(struct super_block *sb, int silent, int size)
                sb->s_flags |= MS_RDONLY;
        if (sbi->s_truncate)
                sb->s_root->d_op = &sysv_dentry_operations;
-       sb->s_dirt = 1;
+       mark_sb_dirty(sb);
        return 1;
 }