diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2006-03-20 13:44:39 -0500 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2006-03-20 13:44:39 -0500 |
commit | 5e1abf8cb713a0b94f5a400c7b9b797990cd9dec (patch) | |
tree | 717a5eb95c4615855edc5f66268154cbe4118326 /include/linux/lockd | |
parent | 6849c0cab69f5d1a0fc7b05fa5bfb3dec53f86df (diff) |
lockd: Clean up of the server-side GRANTED code
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include/linux/lockd')
-rw-r--r-- | include/linux/lockd/lockd.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/lockd/lockd.h b/include/linux/lockd/lockd.h index 08ab9773f762..860a93f6ce6d 100644 --- a/include/linux/lockd/lockd.h +++ b/include/linux/lockd/lockd.h | |||
@@ -153,8 +153,6 @@ long nlmclnt_block(struct nlm_rqst *req, long timeout); | |||
153 | u32 nlmclnt_grant(const struct sockaddr_in *addr, const struct nlm_lock *); | 153 | u32 nlmclnt_grant(const struct sockaddr_in *addr, const struct nlm_lock *); |
154 | void nlmclnt_recovery(struct nlm_host *, u32); | 154 | void nlmclnt_recovery(struct nlm_host *, u32); |
155 | int nlmclnt_reclaim(struct nlm_host *, struct file_lock *); | 155 | int nlmclnt_reclaim(struct nlm_host *, struct file_lock *); |
156 | int nlmclnt_setgrantargs(struct nlm_rqst *, struct nlm_lock *); | ||
157 | void nlmclnt_freegrantargs(struct nlm_rqst *); | ||
158 | 156 | ||
159 | /* | 157 | /* |
160 | * Host cache | 158 | * Host cache |