diff options
Diffstat (limited to 'fs/nfs/super.c')
-rw-r--r-- | fs/nfs/super.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/super.c b/fs/nfs/super.c index e05a77be3068..d8e062fe76b1 100644 --- a/fs/nfs/super.c +++ b/fs/nfs/super.c | |||
@@ -1345,6 +1345,7 @@ static int nfs_try_mount(struct nfs_parsed_mount_data *args, | |||
1345 | .dirpath = args->nfs_server.export_path, | 1345 | .dirpath = args->nfs_server.export_path, |
1346 | .protocol = args->mount_server.protocol, | 1346 | .protocol = args->mount_server.protocol, |
1347 | .fh = root_fh, | 1347 | .fh = root_fh, |
1348 | .noresvport = args->flags & NFS_MOUNT_NORESVPORT, | ||
1348 | }; | 1349 | }; |
1349 | int status; | 1350 | int status; |
1350 | 1351 | ||