diff options
Diffstat (limited to 'include/linux/lockd')
-rw-r--r-- | include/linux/lockd/lockd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/lockd/lockd.h b/include/linux/lockd/lockd.h index ec8af115843d..973ab1d6e862 100644 --- a/include/linux/lockd/lockd.h +++ b/include/linux/lockd/lockd.h | |||
@@ -242,7 +242,7 @@ typedef int (*nlm_host_match_fn_t)(void *cur, struct nlm_host *ref); | |||
242 | */ | 242 | */ |
243 | __be32 nlmsvc_lock(struct svc_rqst *, struct nlm_file *, | 243 | __be32 nlmsvc_lock(struct svc_rqst *, struct nlm_file *, |
244 | struct nlm_host *, struct nlm_lock *, int, | 244 | struct nlm_host *, struct nlm_lock *, int, |
245 | struct nlm_cookie *); | 245 | struct nlm_cookie *, int); |
246 | __be32 nlmsvc_unlock(struct nlm_file *, struct nlm_lock *); | 246 | __be32 nlmsvc_unlock(struct nlm_file *, struct nlm_lock *); |
247 | __be32 nlmsvc_testlock(struct svc_rqst *, struct nlm_file *, | 247 | __be32 nlmsvc_testlock(struct svc_rqst *, struct nlm_file *, |
248 | struct nlm_host *, struct nlm_lock *, | 248 | struct nlm_host *, struct nlm_lock *, |