diff --git a/[refs] b/[refs] index 7af1afa477f5..9943fe361083 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 696ac96c2757963cd6751c26215e3c6d328705aa +refs/heads/master: 315671f3b8091bc8e15035ffeba5f7bff7b8edec diff --git a/trunk/fs/sysv/super.c b/trunk/fs/sysv/super.c index 5a903da54551..0e44a6253352 100644 --- a/trunk/fs/sysv/super.c +++ b/trunk/fs/sysv/super.c @@ -347,7 +347,6 @@ 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; return 1; }