diff options
Diffstat (limited to 'fs/qnx6/inode.c')
-rw-r--r-- | fs/qnx6/inode.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/qnx6/inode.c b/fs/qnx6/inode.c index 8d941edfefa1..65cdaab3ed49 100644 --- a/fs/qnx6/inode.c +++ b/fs/qnx6/inode.c | |||
@@ -55,6 +55,7 @@ static int qnx6_show_options(struct seq_file *seq, struct dentry *root) | |||
55 | 55 | ||
56 | static int qnx6_remount(struct super_block *sb, int *flags, char *data) | 56 | static int qnx6_remount(struct super_block *sb, int *flags, char *data) |
57 | { | 57 | { |
58 | sync_filesystem(sb); | ||
58 | *flags |= MS_RDONLY; | 59 | *flags |= MS_RDONLY; |
59 | return 0; | 60 | return 0; |
60 | } | 61 | } |