svn commit: r232939 - head/sys/conf

Adrian Chadd adrian at FreeBSD.org
Tue Mar 13 20:29:56 UTC 2012


Author: adrian
Date: Tue Mar 13 20:29:56 2012
New Revision: 232939
URL: http://svn.freebsd.org/changeset/base/232939

Log:
  (Re)-make these ACL routines optional.
  
  They're only currently used by ZFS and UFS_ACL.  They're just wasting space
  on embedded platforms with neither enabled.

Modified:
  head/sys/conf/files

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files	Tue Mar 13 20:29:04 2012	(r232938)
+++ head/sys/conf/files	Tue Mar 13 20:29:56 2012	(r232939)
@@ -2419,8 +2419,8 @@ kern/sched_ule.c		optional sched_ule
 kern/serdev_if.m		standard
 kern/stack_protector.c		standard \
 	compile-with "${NORMAL_C:N-fstack-protector*}"
-kern/subr_acl_nfs4.c		standard
-kern/subr_acl_posix1e.c		standard
+kern/subr_acl_nfs4.c		optional ufs_acl
+kern/subr_acl_posix1e.c		optional ufs_acl
 kern/subr_autoconf.c		standard
 kern/subr_blist.c		standard
 kern/subr_bus.c			standard


More information about the svn-src-head mailing list