diff options
Diffstat (limited to 'include')
-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 |