diff options
Diffstat (limited to 'fs/nfs')
-rw-r--r-- | fs/nfs/client.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/nfs/client.c b/fs/nfs/client.c index 3a69cacc4fa4..70b6d9e8517d 100644 --- a/fs/nfs/client.c +++ b/fs/nfs/client.c | |||
@@ -526,6 +526,8 @@ static int nfs_start_lockd(struct nfs_server *server) | |||
526 | .protocol = server->flags & NFS_MOUNT_TCP ? | 526 | .protocol = server->flags & NFS_MOUNT_TCP ? |
527 | IPPROTO_TCP : IPPROTO_UDP, | 527 | IPPROTO_TCP : IPPROTO_UDP, |
528 | .nfs_version = clp->rpc_ops->version, | 528 | .nfs_version = clp->rpc_ops->version, |
529 | .noresvport = server->flags & NFS_MOUNT_NORESVPORT ? | ||
530 | 1 : 0, | ||
529 | }; | 531 | }; |
530 | 532 | ||
531 | if (nlm_init.nfs_version > 3) | 533 | if (nlm_init.nfs_version > 3) |