|
@@ -203,7 +203,8 @@ __be32 nlmsvc_lock(struct svc_rqst *, struct nlm_file *,
|
|
struct nlm_lock *, int, struct nlm_cookie *);
|
|
struct nlm_lock *, int, struct nlm_cookie *);
|
|
__be32 nlmsvc_unlock(struct nlm_file *, struct nlm_lock *);
|
|
__be32 nlmsvc_unlock(struct nlm_file *, struct nlm_lock *);
|
|
__be32 nlmsvc_testlock(struct svc_rqst *, struct nlm_file *,
|
|
__be32 nlmsvc_testlock(struct svc_rqst *, struct nlm_file *,
|
|
- struct nlm_lock *, struct nlm_lock *, struct nlm_cookie *);
|
|
|
|
|
|
+ struct nlm_host *, struct nlm_lock *,
|
|
|
|
+ struct nlm_lock *, struct nlm_cookie *);
|
|
__be32 nlmsvc_cancel_blocked(struct nlm_file *, struct nlm_lock *);
|
|
__be32 nlmsvc_cancel_blocked(struct nlm_file *, struct nlm_lock *);
|
|
unsigned long nlmsvc_retry_blocked(void);
|
|
unsigned long nlmsvc_retry_blocked(void);
|
|
void nlmsvc_traverse_blocks(struct nlm_host *, struct nlm_file *,
|
|
void nlmsvc_traverse_blocks(struct nlm_host *, struct nlm_file *,
|