diff options
Diffstat (limited to 'fs/lockd/svc4proc.c')
-rw-r--r-- | fs/lockd/svc4proc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/lockd/svc4proc.c b/fs/lockd/svc4proc.c index b10f913aa06a..ac4a700af01a 100644 --- a/fs/lockd/svc4proc.c +++ b/fs/lockd/svc4proc.c | |||
@@ -483,8 +483,7 @@ nlm4svc_callback(struct svc_rqst *rqstp, u32 proc, struct nlm_res *resp) | |||
483 | if (!(call = nlmclnt_alloc_call())) | 483 | if (!(call = nlmclnt_alloc_call())) |
484 | return rpc_system_err; | 484 | return rpc_system_err; |
485 | 485 | ||
486 | host = nlmclnt_lookup_host(&rqstp->rq_addr, | 486 | host = nlmsvc_lookup_host(rqstp); |
487 | rqstp->rq_prot, rqstp->rq_vers); | ||
488 | if (!host) { | 487 | if (!host) { |
489 | kfree(call); | 488 | kfree(call); |
490 | return rpc_system_err; | 489 | return rpc_system_err; |