Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Mar 2012 20:29:56 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r232939 - head/sys/conf
Message-ID:  <201203132029.q2DKTuog061390@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203132029.q2DKTuog061390>