projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
696ac96
)
sysv: do not mark superblock dirty on mount
author
Artem Bityutskiy
<Artem.Bityutskiy@nokia.com>
Mon, 5 Jul 2010 12:15:03 +0000
(15:15 +0300)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Mon, 9 Aug 2010 20:48:56 +0000
(16:48 -0400)
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>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/sysv/super.c
patch
|
blob
|
history
diff --git
a/fs/sysv/super.c
b/fs/sysv/super.c
index 5a903da5455154356b1b9d53bf28b3e0f8ae432d..0e44a625335256e03506aa8466dae5cf6486a6f8 100644
(file)
--- 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;
}