diff options
Diffstat (limited to 'fs/nfs/super.c')
-rw-r--r-- | fs/nfs/super.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/nfs/super.c b/fs/nfs/super.c index 910ed906eb82..2cb56943e232 100644 --- a/fs/nfs/super.c +++ b/fs/nfs/super.c | |||
@@ -2215,6 +2215,8 @@ nfs_remount(struct super_block *sb, int *flags, char *raw_data) | |||
2215 | struct nfs4_mount_data *options4 = (struct nfs4_mount_data *)raw_data; | 2215 | struct nfs4_mount_data *options4 = (struct nfs4_mount_data *)raw_data; |
2216 | u32 nfsvers = nfss->nfs_client->rpc_ops->version; | 2216 | u32 nfsvers = nfss->nfs_client->rpc_ops->version; |
2217 | 2217 | ||
2218 | sync_filesystem(sb); | ||
2219 | |||
2218 | /* | 2220 | /* |
2219 | * Userspace mount programs that send binary options generally send | 2221 | * Userspace mount programs that send binary options generally send |
2220 | * them populated with default values. We have no way to know which | 2222 | * them populated with default values. We have no way to know which |