diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/lockd/bind.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/lockd/bind.h b/include/linux/lockd/bind.h index 11a966e5f829..4d24d64578c4 100644 --- a/include/linux/lockd/bind.h +++ b/include/linux/lockd/bind.h | |||
| @@ -54,7 +54,7 @@ extern void nlmclnt_done(struct nlm_host *host); | |||
| 54 | 54 | ||
| 55 | extern int nlmclnt_proc(struct nlm_host *host, int cmd, | 55 | extern int nlmclnt_proc(struct nlm_host *host, int cmd, |
| 56 | struct file_lock *fl); | 56 | struct file_lock *fl); |
| 57 | extern int lockd_up(void); | 57 | extern int lockd_up(struct net *net); |
| 58 | extern void lockd_down(void); | 58 | extern void lockd_down(struct net *net); |
| 59 | 59 | ||
| 60 | #endif /* LINUX_LOCKD_BIND_H */ | 60 | #endif /* LINUX_LOCKD_BIND_H */ |
