diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/lockd/lockd.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/linux/lockd/lockd.h b/include/linux/lockd/lockd.h index 90a996d2f005..16ff2e88f05d 100644 --- a/include/linux/lockd/lockd.h +++ b/include/linux/lockd/lockd.h | |||
@@ -220,8 +220,9 @@ struct nlm_host *nlmclnt_lookup_host(const struct sockaddr *sap, | |||
220 | const unsigned short protocol, | 220 | const unsigned short protocol, |
221 | const u32 version, | 221 | const u32 version, |
222 | const char *hostname); | 222 | const char *hostname); |
223 | struct nlm_host *nlmsvc_lookup_host(struct svc_rqst *, const char *, | 223 | struct nlm_host *nlmsvc_lookup_host(const struct svc_rqst *rqstp, |
224 | unsigned int); | 224 | const char *hostname, |
225 | const size_t hostname_len); | ||
225 | struct rpc_clnt * nlm_bind_host(struct nlm_host *); | 226 | struct rpc_clnt * nlm_bind_host(struct nlm_host *); |
226 | void nlm_rebind_host(struct nlm_host *); | 227 | void nlm_rebind_host(struct nlm_host *); |
227 | struct nlm_host * nlm_get_host(struct nlm_host *); | 228 | struct nlm_host * nlm_get_host(struct nlm_host *); |