[PATCH] NFSD: Add server support for NFSv3 ACLs.
This adds functions for encoding and decoding POSIX ACLs for the NFSACL protocol extension, and the GETACL and SETACL RPCs. The implementation is compatible with NFSACL in Solaris. Signed-off-by: Andreas Gruenbacher <agruen@suse.de> Acked-by: Olaf Kirch <okir@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
这个提交包含在:
@@ -49,6 +49,12 @@ decode_fh(u32 *p, struct svc_fh *fhp)
|
||||
return p + (NFS_FHSIZE >> 2);
|
||||
}
|
||||
|
||||
/* Helper function for NFSv2 ACL code */
|
||||
u32 *nfs2svc_decode_fh(u32 *p, struct svc_fh *fhp)
|
||||
{
|
||||
return decode_fh(p, fhp);
|
||||
}
|
||||
|
||||
static inline u32 *
|
||||
encode_fh(u32 *p, struct svc_fh *fhp)
|
||||
{
|
||||
@@ -190,6 +196,11 @@ encode_fattr(struct svc_rqst *rqstp, u32 *p, struct svc_fh *fhp)
|
||||
return p;
|
||||
}
|
||||
|
||||
/* Helper function for NFSv2 ACL code */
|
||||
u32 *nfs2svc_encode_fattr(struct svc_rqst *rqstp, u32 *p, struct svc_fh *fhp)
|
||||
{
|
||||
return encode_fattr(rqstp, p, fhp);
|
||||
}
|
||||
|
||||
/*
|
||||
* XDR decode functions
|
||||
|
在新工单中引用
屏蔽一个用户