[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>
Showing
fs/nfs_common/Makefile
0 → 100644
fs/nfs_common/nfsacl.c
0 → 100644
fs/nfsd/nfs2acl.c
0 → 100644
fs/nfsd/nfs3acl.c
0 → 100644
include/linux/nfsacl.h
0 → 100644
Please register or sign in to comment