summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2009-05-26 08:21:59 +0000
committertrasz <trasz@FreeBSD.org>2009-05-26 08:21:59 +0000
commit0bf624fc06bae6de575f74e42fdd761ee17a38a9 (patch)
tree8c54445946a89163e2e5e57f7c3369eb7b172652 /sys/modules
parent61ac57ee20283bf8a9b4ade769d4beb42a4247cb (diff)
downloadFreeBSD-src-0bf624fc06bae6de575f74e42fdd761ee17a38a9.zip
FreeBSD-src-0bf624fc06bae6de575f74e42fdd761ee17a38a9.tar.gz
MFp4 changes neccessary for NFSv4 ACLs support in ZFS. This is mostly
about removing a few #ifdefs and providing compatibility wrappers and VOP implementations to get and set an ACL; ZFS does ACL enforcement all by itself. Note that the VOPs are ifdefed out for now, so this change should be a no-op. Reviewed by: pjd
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/zfs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/zfs/Makefile b/sys/modules/zfs/Makefile
index ae7ce47..e5b9ad0 100644
--- a/sys/modules/zfs/Makefile
+++ b/sys/modules/zfs/Makefile
@@ -16,6 +16,7 @@ SRCS+= nvpair.c
SRCS+= u8_textprep.c
.PATH: ${.CURDIR}/../../cddl/compat/opensolaris/kern
+SRCS+= opensolaris_acl.c
SRCS+= opensolaris_kmem.c
SRCS+= opensolaris_kobj.c
SRCS+= opensolaris_kstat.c
OpenPOWER on IntegriCloud