diff options
Diffstat (limited to 'fs/efs/super.c')
-rw-r--r-- | fs/efs/super.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/efs/super.c b/fs/efs/super.c index f8def1acf08c..3befcc9f5d63 100644 --- a/fs/efs/super.c +++ b/fs/efs/super.c | |||
@@ -114,6 +114,7 @@ static void destroy_inodecache(void) | |||
114 | 114 | ||
115 | static int efs_remount(struct super_block *sb, int *flags, char *data) | 115 | static int efs_remount(struct super_block *sb, int *flags, char *data) |
116 | { | 116 | { |
117 | sync_filesystem(sb); | ||
117 | *flags |= MS_RDONLY; | 118 | *flags |= MS_RDONLY; |
118 | return 0; | 119 | return 0; |
119 | } | 120 | } |