diff options
| author | Trond Myklebust <trond.myklebust@fys.uio.no> | 2004-03-13 11:51:10 -0500 |
|---|---|---|
| committer | Trond Myklebust <trond.myklebust@fys.uio.no> | 2004-03-13 11:51:10 -0500 |
| commit | a9034ac924c7bc600814199991e558e1676bfee6 (patch) | |
| tree | 7eb8cd8c772a963ba78fd55e065501a58e97944a /include/linux/lockd | |
| parent | b9c88d408fb0f0779b92e7e4d4fd67e47c484133 (diff) | |
NFSv2/v3 locking: Patch by Patrice Dumas to ensure that the server index blocks uniquely
by using the client address in addition to the value of the NLM cookie field.
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 cdfd42b56a50..e0db6e1d057e 100644 --- a/include/linux/lockd/lockd.h +++ b/include/linux/lockd/lockd.h @@ -165,7 +165,7 @@ u32 nlmsvc_cancel_blocked(struct nlm_file *, struct nlm_lock *); unsigned long nlmsvc_retry_blocked(void); int nlmsvc_traverse_blocks(struct nlm_host *, struct nlm_file *, int action); -void nlmsvc_grant_reply(struct nlm_cookie *cookie, u32 status); +void nlmsvc_grant_reply(struct svc_rqst *, struct nlm_cookie *, u32); /* * File handling for the server personality |
