aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/lockd
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/lockd')
-rw-r--r--include/linux/lockd/sm_inter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/lockd/sm_inter.h b/include/linux/lockd/sm_inter.h
index daef509bb9b3..fc61d40964da 100644
--- a/include/linux/lockd/sm_inter.h
+++ b/include/linux/lockd/sm_inter.h
@@ -42,6 +42,6 @@ struct nsm_res {
42 42
43int nsm_monitor(struct nlm_host *); 43int nsm_monitor(struct nlm_host *);
44int nsm_unmonitor(struct nlm_host *); 44int nsm_unmonitor(struct nlm_host *);
45extern u32 nsm_local_state; 45extern int nsm_local_state;
46 46
47#endif /* LINUX_LOCKD_SM_INTER_H */ 47#endif /* LINUX_LOCKD_SM_INTER_H */