diff options
Diffstat (limited to 'fs/lockd/clntlock.c')
-rw-r--r-- | fs/lockd/clntlock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/lockd/clntlock.c b/fs/lockd/clntlock.c index 94d42cc4e39..1f3b0fc0d35 100644 --- a/fs/lockd/clntlock.c +++ b/fs/lockd/clntlock.c | |||
@@ -61,7 +61,7 @@ struct nlm_host *nlmclnt_init(const struct nlmclnt_initdata *nlm_init) | |||
61 | 61 | ||
62 | host = nlmclnt_lookup_host(nlm_init->address, nlm_init->addrlen, | 62 | host = nlmclnt_lookup_host(nlm_init->address, nlm_init->addrlen, |
63 | nlm_init->protocol, nlm_version, | 63 | nlm_init->protocol, nlm_version, |
64 | nlm_init->hostname); | 64 | nlm_init->hostname, nlm_init->noresvport); |
65 | if (host == NULL) { | 65 | if (host == NULL) { |
66 | lockd_down(); | 66 | lockd_down(); |
67 | return ERR_PTR(-ENOLCK); | 67 | return ERR_PTR(-ENOLCK); |