diff options
Diffstat (limited to 'fs/sysv/inode.c')
-rw-r--r-- | fs/sysv/inode.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/sysv/inode.c b/fs/sysv/inode.c index 5625ca920f5e..88956309cc86 100644 --- a/fs/sysv/inode.c +++ b/fs/sysv/inode.c | |||
@@ -60,6 +60,7 @@ static int sysv_remount(struct super_block *sb, int *flags, char *data) | |||
60 | { | 60 | { |
61 | struct sysv_sb_info *sbi = SYSV_SB(sb); | 61 | struct sysv_sb_info *sbi = SYSV_SB(sb); |
62 | 62 | ||
63 | sync_filesystem(sb); | ||
63 | if (sbi->s_forced_ro) | 64 | if (sbi->s_forced_ro) |
64 | *flags |= MS_RDONLY; | 65 | *flags |= MS_RDONLY; |
65 | return 0; | 66 | return 0; |