mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 08:58:07 +00:00
a257cdd0e2
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>
7 lines
153 B
Makefile
7 lines
153 B
Makefile
#
|
|
# Makefile for Linux filesystem routines that are shared by client and server.
|
|
#
|
|
|
|
obj-$(CONFIG_NFS_ACL_SUPPORT) += nfs_acl.o
|
|
|
|
nfs_acl-objs := nfsacl.o
|