[PATCHv6 5/9] sysv: do not mark superblock dirty on mount

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Artem Bityutskiy
Date: Monday, July 5, 2010 - 5:15 am

From: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>

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 <Artem.Bityutskiy@nokia.com>
---
 fs/sysv/super.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/fs/sysv/super.c b/fs/sysv/super.c
index 5a903da..0e44a62 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;
 }
 
-- 
1.7.0.1

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCHv6 0/9] kill unnecessary SB sync wake-ups + cleanups, Artem Bityutskiy, (Mon Jul 5, 5:14 am)
[PATCHv6 2/9] AFFS: wait for sb synchronization when needed, Artem Bityutskiy, (Mon Jul 5, 5:15 am)
[PATCHv6 4/9] btrfs: remove junk sb_dirt change, Artem Bityutskiy, (Mon Jul 5, 5:15 am)
[PATCHv6 5/9] sysv: do not mark superblock dirty on mount, Artem Bityutskiy, (Mon Jul 5, 5:15 am)
[PATCHv6 8/9] VFS: rename s_dirt to s_dirty, Artem Bityutskiy, (Mon Jul 5, 5:15 am)
Re: [PATCHv6 0/9] kill unnecessary SB sync wake-ups + cleanups, Artem Bityutskiy, (Thu Jul 22, 12:54 am)