aboutsummaryrefslogtreecommitdiffstats
path: root/fs/sysv/super.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/sysv/super.c')
-rw-r--r--fs/sysv/super.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/sysv/super.c b/fs/sysv/super.c
index 0d56e486b392..89765ddfb738 100644
--- a/fs/sysv/super.c
+++ b/fs/sysv/super.c
@@ -333,7 +333,7 @@ static int complete_read_super(struct super_block *sb, int silent, int size)
333 /* set up enough so that it can read an inode */ 333 /* set up enough so that it can read an inode */
334 sb->s_op = &sysv_sops; 334 sb->s_op = &sysv_sops;
335 if (sbi->s_forced_ro) 335 if (sbi->s_forced_ro)
336 sb->s_flags |= MS_RDONLY; 336 sb->s_flags |= SB_RDONLY;
337 if (sbi->s_truncate) 337 if (sbi->s_truncate)
338 sb->s_d_op = &sysv_dentry_operations; 338 sb->s_d_op = &sysv_dentry_operations;
339 root_inode = sysv_iget(sb, SYSV_ROOT_INO); 339 root_inode = sysv_iget(sb, SYSV_ROOT_INO);