aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/lockd/lockd.h
diff options
context:
space:
mode:
authorTrond Myklebust <Trond.Myklebust@netapp.com>2006-03-20 13:44:39 -0500
committerTrond Myklebust <Trond.Myklebust@netapp.com>2006-03-20 13:44:39 -0500
commit5e1abf8cb713a0b94f5a400c7b9b797990cd9dec (patch)
tree717a5eb95c4615855edc5f66268154cbe4118326 /include/linux/lockd/lockd.h
parent6849c0cab69f5d1a0fc7b05fa5bfb3dec53f86df (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/lockd.h')
-rw-r--r--include/linux/lockd/lockd.h2
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);
153u32 nlmclnt_grant(const struct sockaddr_in *addr, const struct nlm_lock *); 153u32 nlmclnt_grant(const struct sockaddr_in *addr, const struct nlm_lock *);
154void nlmclnt_recovery(struct nlm_host *, u32); 154void nlmclnt_recovery(struct nlm_host *, u32);
155int nlmclnt_reclaim(struct nlm_host *, struct file_lock *); 155int nlmclnt_reclaim(struct nlm_host *, struct file_lock *);
156int nlmclnt_setgrantargs(struct nlm_rqst *, struct nlm_lock *);
157void nlmclnt_freegrantargs(struct nlm_rqst *);
158 156
159/* 157/*
160 * Host cache 158 * Host cache