diff options
Diffstat (limited to 'fs/pstore/inode.c')
| -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 12823845d32..192297b0090 100644 --- a/fs/pstore/inode.c +++ b/fs/pstore/inode.c @@ -249,6 +249,7 @@ static void parse_options(char *options)  static int pstore_remount(struct super_block *sb, int *flags, char *data)  { +	sync_filesystem(sb);  	parse_options(data);  	return 0;  | 
