diff options
Diffstat (limited to 'include/linux/lockd')
-rw-r--r-- | include/linux/lockd/bind.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/lockd/bind.h b/include/linux/lockd/bind.h index ad5402f5456b..73368075af03 100644 --- a/include/linux/lockd/bind.h +++ b/include/linux/lockd/bind.h | |||
@@ -42,7 +42,8 @@ extern struct nlm_host *nlmclnt_init(const char *server_name, | |||
42 | u32 nfs_version); | 42 | u32 nfs_version); |
43 | extern void nlmclnt_done(struct nlm_host *host); | 43 | extern void nlmclnt_done(struct nlm_host *host); |
44 | 44 | ||
45 | extern int nlmclnt_proc(struct inode *, int, struct file_lock *); | 45 | extern int nlmclnt_proc(struct nlm_host *host, int cmd, |
46 | struct file_lock *fl); | ||
46 | extern int lockd_up(int proto); | 47 | extern int lockd_up(int proto); |
47 | extern void lockd_down(void); | 48 | extern void lockd_down(void); |
48 | 49 | ||