aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/lockd/lockd.h5
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);
223struct nlm_host *nlmsvc_lookup_host(struct svc_rqst *, const char *, 223struct nlm_host *nlmsvc_lookup_host(const struct svc_rqst *rqstp,
224 unsigned int); 224 const char *hostname,
225 const size_t hostname_len);
225struct rpc_clnt * nlm_bind_host(struct nlm_host *); 226struct rpc_clnt * nlm_bind_host(struct nlm_host *);
226void nlm_rebind_host(struct nlm_host *); 227void nlm_rebind_host(struct nlm_host *);
227struct nlm_host * nlm_get_host(struct nlm_host *); 228struct nlm_host * nlm_get_host(struct nlm_host *);