diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2021-06-03 23:50:40 +0300 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2021-07-07 03:14:42 +0300 |
commit | 99cdf57b33e68df7afc876739c93a11f0b1ba807 (patch) | |
tree | 6dd60ef1584c80ebd2c89eacf05b3afef0ebb426 /include/linux/lockd/xdr.h | |
parent | 05570a2b01117209b500e1989ce8f1b0524c489f (diff) | |
download | linux-99cdf57b33e68df7afc876739c93a11f0b1ba807.tar.xz |
lockd: Remove stale comments
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'include/linux/lockd/xdr.h')
-rw-r--r-- | include/linux/lockd/xdr.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/lockd/xdr.h b/include/linux/lockd/xdr.h index 7ab9f264313f..a98309c0121c 100644 --- a/include/linux/lockd/xdr.h +++ b/include/linux/lockd/xdr.h @@ -109,11 +109,5 @@ int nlmsvc_decode_shareargs(struct svc_rqst *, __be32 *); int nlmsvc_encode_shareres(struct svc_rqst *, __be32 *); int nlmsvc_decode_notify(struct svc_rqst *, __be32 *); int nlmsvc_decode_reboot(struct svc_rqst *, __be32 *); -/* -int nlmclt_encode_testargs(struct rpc_rqst *, u32 *, struct nlm_args *); -int nlmclt_encode_lockargs(struct rpc_rqst *, u32 *, struct nlm_args *); -int nlmclt_encode_cancargs(struct rpc_rqst *, u32 *, struct nlm_args *); -int nlmclt_encode_unlockargs(struct rpc_rqst *, u32 *, struct nlm_args *); - */ #endif /* LOCKD_XDR_H */ |