aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/lockd/lockd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/lockd/lockd.h b/include/linux/lockd/lockd.h
index ab2ffc8a0b44..a41eb841428b 100644
--- a/include/linux/lockd/lockd.h
+++ b/include/linux/lockd/lockd.h
@@ -164,7 +164,7 @@ struct nlm_wait * nlmclnt_prepare_block(struct nlm_host *host, struct file_lock
164void nlmclnt_finish_block(struct nlm_wait *block); 164void nlmclnt_finish_block(struct nlm_wait *block);
165int nlmclnt_block(struct nlm_wait *block, struct nlm_rqst *req, long timeout); 165int nlmclnt_block(struct nlm_wait *block, struct nlm_rqst *req, long timeout);
166u32 nlmclnt_grant(const struct sockaddr_in *addr, const struct nlm_lock *); 166u32 nlmclnt_grant(const struct sockaddr_in *addr, const struct nlm_lock *);
167void nlmclnt_recovery(struct nlm_host *, u32); 167void nlmclnt_recovery(struct nlm_host *);
168int nlmclnt_reclaim(struct nlm_host *, struct file_lock *); 168int nlmclnt_reclaim(struct nlm_host *, struct file_lock *);
169 169
170/* 170/*
@@ -179,7 +179,7 @@ struct nlm_host * nlm_get_host(struct nlm_host *);
179void nlm_release_host(struct nlm_host *); 179void nlm_release_host(struct nlm_host *);
180void nlm_shutdown_hosts(void); 180void nlm_shutdown_hosts(void);
181extern struct nlm_host *nlm_find_client(void); 181extern struct nlm_host *nlm_find_client(void);
182extern void nlm_host_rebooted(const struct sockaddr_in *, const struct nlm_reboot *); 182extern void nlm_host_rebooted(const struct sockaddr_in *, const char *, int, u32);
183struct nsm_handle *nsm_find(const struct sockaddr_in *, const char *, int); 183struct nsm_handle *nsm_find(const struct sockaddr_in *, const char *, int);
184void nsm_release(struct nsm_handle *); 184void nsm_release(struct nsm_handle *);
185 185