]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - include/linux/nfsd/xdr.h
[PATCH] NFSD: Add server support for NFSv3 ACLs.
[mirror_ubuntu-bionic-kernel.git] / include / linux / nfsd / xdr.h
index ecccef777dae357ff10aaf6d21e744b1a0108295..130d4f588a37e84fe5c57e52c69974eb8295acce 100644 (file)
@@ -169,4 +169,8 @@ int nfssvc_encode_entry(struct readdir_cd *, const char *name,
 
 int nfssvc_release_fhandle(struct svc_rqst *, u32 *, struct nfsd_fhandle *);
 
+/* Helper functions for NFSv2 ACL code */
+u32 *nfs2svc_encode_fattr(struct svc_rqst *rqstp, u32 *p, struct svc_fh *fhp);
+u32 *nfs2svc_decode_fh(u32 *p, struct svc_fh *fhp);
+
 #endif /* LINUX_NFSD_H */