Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 315671f3 authored by Artem Bityutskiy's avatar Artem Bityutskiy Committed by Al Viro
Browse files

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: default avatarArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 696ac96c
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -347,7 +347,6 @@ static int complete_read_super(struct super_block *sb, int silent, int size)
		sb->s_flags |= MS_RDONLY;
		sb->s_flags |= MS_RDONLY;
	if (sbi->s_truncate)
	if (sbi->s_truncate)
		sb->s_root->d_op = &sysv_dentry_operations;
		sb->s_root->d_op = &sysv_dentry_operations;
	sb->s_dirt = 1;
	return 1;
	return 1;
}
}