From feee642f822d79205aa6d55662b8cba4f83891cd Mon Sep 17 00:00:00 2001 From: Al Viro Date: Thu, 27 May 2010 09:04:07 -0400 Subject: [PATCH] --- yaml --- r: 199182 b: refs/heads/master c: 4c9002de329c9ae825f10eb9044c928434a4d230 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/sysv/inode.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 76bf470538e1..e07396c8173a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 459f6ed3b8c74cedeb64e5a854394c0d40eda9cd +refs/heads/master: 4c9002de329c9ae825f10eb9044c928434a4d230 diff --git a/trunk/fs/sysv/inode.c b/trunk/fs/sysv/inode.c index 4573734d723d..d4a5380b5669 100644 --- a/trunk/fs/sysv/inode.c +++ b/trunk/fs/sysv/inode.c @@ -43,6 +43,7 @@ static int sysv_sync_fs(struct super_block *sb, int wait) * then attach current time stamp. * But if the filesystem was marked clean, keep it clean. */ + sb->s_dirt = 0; old_time = fs32_to_cpu(sbi, *sbi->s_sb_time); if (sbi->s_type == FSTYPE_SYSV4) { if (*sbi->s_sb_state == cpu_to_fs32(sbi, 0x7c269d38 - old_time))