aboutsummaryrefslogtreecommitdiffstats
path: root/fs/lockd/svclock.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/lockd/svclock.c')
-rw-r--r--fs/lockd/svclock.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/lockd/svclock.c b/fs/lockd/svclock.c
index 3c7dd956d9c1..a95d260b7137 100644
--- a/fs/lockd/svclock.c
+++ b/fs/lockd/svclock.c
@@ -185,8 +185,7 @@ nlmsvc_create_block(struct svc_rqst *rqstp, struct nlm_file *file,
185 struct nlm_rqst *call; 185 struct nlm_rqst *call;
186 186
187 /* Create host handle for callback */ 187 /* Create host handle for callback */
188 host = nlmclnt_lookup_host(&rqstp->rq_addr, 188 host = nlmsvc_lookup_host(rqstp);
189 rqstp->rq_prot, rqstp->rq_vers);
190 if (host == NULL) 189 if (host == NULL)
191 return NULL; 190 return NULL;
192 191