aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/lockd
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/lockd')
-rw-r--r--include/linux/lockd/lockd.h4
-rw-r--r--include/linux/lockd/sm_inter.h1
2 files changed, 4 insertions, 1 deletions
diff --git a/include/linux/lockd/lockd.h b/include/linux/lockd/lockd.h
index d3c7247d23e8..f15a4f5ccbfb 100644
--- a/include/linux/lockd/lockd.h
+++ b/include/linux/lockd/lockd.h
@@ -242,6 +242,10 @@ extern void nlm_host_rebooted(const struct sockaddr_in *, const char *,
242 unsigned int, u32); 242 unsigned int, u32);
243void nsm_release(struct nsm_handle *); 243void nsm_release(struct nsm_handle *);
244 244
245/*
246 * Host monitoring
247 */
248int nsm_monitor(const struct nlm_host *host);
245 249
246/* 250/*
247 * This is used in garbage collection and resource reclaim 251 * This is used in garbage collection and resource reclaim
diff --git a/include/linux/lockd/sm_inter.h b/include/linux/lockd/sm_inter.h
index 5a5448bdb17d..546b6102b0d7 100644
--- a/include/linux/lockd/sm_inter.h
+++ b/include/linux/lockd/sm_inter.h
@@ -41,7 +41,6 @@ struct nsm_res {
41 u32 state; 41 u32 state;
42}; 42};
43 43
44int nsm_monitor(struct nlm_host *);
45int nsm_unmonitor(struct nlm_host *); 44int nsm_unmonitor(struct nlm_host *);
46extern int nsm_local_state; 45extern int nsm_local_state;
47 46