diff options
Diffstat (limited to 'fs/pstore')
-rw-r--r-- | fs/pstore/inode.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/pstore/inode.c b/fs/pstore/inode.c index 12823845d324..192297b0090d 100644 --- a/fs/pstore/inode.c +++ b/fs/pstore/inode.c | |||
@@ -249,6 +249,7 @@ static void parse_options(char *options) | |||
249 | 249 | ||
250 | static int pstore_remount(struct super_block *sb, int *flags, char *data) | 250 | static int pstore_remount(struct super_block *sb, int *flags, char *data) |
251 | { | 251 | { |
252 | sync_filesystem(sb); | ||
252 | parse_options(data); | 253 | parse_options(data); |
253 | 254 | ||
254 | return 0; | 255 | return 0; |