aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/xdr3.h
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2020-11-15 15:09:16 -0500
committerChuck Lever <chuck.lever@oracle.com>2021-03-22 10:19:02 -0400
commit1416f435303d81070c6bcf5a4a9b4ed0f7a9f013 (patch)
tree3786b27684e6b86a91a9007663ab0c92165b54ec /fs/nfsd/xdr3.h
parentNFSD: Update the NFSv3 SETACL result encoder to use struct xdr_stream (diff)
downloadlinux-dev-1416f435303d81070c6bcf5a4a9b4ed0f7a9f013.tar.xz
linux-dev-1416f435303d81070c6bcf5a4a9b4ed0f7a9f013.zip
NFSD: Clean up after updating NFSv3 ACL encoders
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to 'fs/nfsd/xdr3.h')
-rw-r--r--fs/nfsd/xdr3.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/nfsd/xdr3.h b/fs/nfsd/xdr3.h
index 746c5f79964f..933008382bbe 100644
--- a/fs/nfsd/xdr3.h
+++ b/fs/nfsd/xdr3.h
@@ -305,8 +305,6 @@ int nfs3svc_encode_entry3(void *data, const char *name, int namlen,
int nfs3svc_encode_entryplus3(void *data, const char *name, int namlen,
loff_t offset, u64 ino, unsigned int d_type);
/* Helper functions for NFSv3 ACL code */
-__be32 *nfs3svc_encode_post_op_attr(struct svc_rqst *rqstp, __be32 *p,
- struct svc_fh *fhp);
bool svcxdr_decode_nfs_fh3(struct xdr_stream *xdr, struct svc_fh *fhp);
bool svcxdr_encode_nfsstat3(struct xdr_stream *xdr, __be32 status);
bool svcxdr_encode_post_op_attr(struct svc_rqst *rqstp, struct xdr_stream *xdr,