aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/lockd
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/lockd')
-rw-r--r--include/linux/lockd/lockd.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/lockd/lockd.h b/include/linux/lockd/lockd.h
index 5e3ad926de89..1ccd49e97a7f 100644
--- a/include/linux/lockd/lockd.h
+++ b/include/linux/lockd/lockd.h
@@ -247,10 +247,10 @@ void nlm_host_rebooted(const struct nlm_reboot *);
247int nsm_monitor(const struct nlm_host *host); 247int nsm_monitor(const struct nlm_host *host);
248void nsm_unmonitor(const struct nlm_host *host); 248void nsm_unmonitor(const struct nlm_host *host);
249 249
250struct nsm_handle *nsm_find(const struct sockaddr *sap, const size_t salen, 250struct nsm_handle *nsm_get_handle(const struct sockaddr *sap,
251 const size_t salen,
251 const char *hostname, 252 const char *hostname,
252 const size_t hostname_len, 253 const size_t hostname_len);
253 const int create);
254struct nsm_handle *nsm_reboot_lookup(const struct nlm_reboot *info); 254struct nsm_handle *nsm_reboot_lookup(const struct nlm_reboot *info);
255void nsm_release(struct nsm_handle *nsm); 255void nsm_release(struct nsm_handle *nsm);
256 256