From: Artem Bityutskiy Date: Mon, 5 Jul 2010 12:15:03 +0000 (+0300) Subject: sysv: do not mark superblock dirty on mount X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=315671f3b8091bc8e15035ffeba5f7bff7b8edec;p=linux-edison.git sysv: do not mark superblock dirty on mount I did not find any docs about this file-system, and I have no possibility to test my changes. Thus, this is untested. Signed-off-by: Artem Bityutskiy Signed-off-by: Al Viro --- diff --git a/fs/sysv/super.c b/fs/sysv/super.c index 5a903da5455..0e44a625335 100644 --- a/fs/sysv/super.c +++ b/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; }