PERFORCE change 88100 for review

Warner Losh imp at FreeBSD.org
Mon Dec 12 13:58:00 PST 2005


http://perforce.freebsd.org/chv.cgi?CH=88100

Change 88100 by imp at imp_Speedy on 2005/12/12 21:57:39

	NO_FFS_SNAPSHOT

Affected files ...

.. //depot/projects/arm/src/sys/conf/options#8 edit

Differences ...

==== //depot/projects/arm/src/sys/conf/options#8 (text+ko) ====

@@ -214,6 +214,11 @@
 # otherwise a STUB module will be compiled in.
 SOFTUPDATES	opt_ffs.h
 
+# On small, embedded systems, it can be useful to turn off support for
+# snapshots.  It saves about 30-40k for a feature that would be lightly
+# used, if it is used at all.
+NO_FFS_SNAPSHOT	opt_ffs.h
+
 # Enabling this option turns on support for Access Control Lists in UFS,
 # which can be used to support high security configurations.  Depends on
 # UFS_EXTATTR.


More information about the p4-projects mailing list