svn commit: r227816 - head/sys/conf

Konstantin Belousov kib at FreeBSD.org
Tue Nov 22 13:27:53 UTC 2011


Author: kib
Date: Tue Nov 22 13:27:53 2011
New Revision: 227816
URL: http://svn.freebsd.org/changeset/base/227816

Log:
  Remove the wrong comment about ufs not being loadable.
  Note that only root filesystem module needs to be available
  before root is mounted.
  
  MFC after:	1 week

Modified:
  head/sys/conf/NOTES

Modified: head/sys/conf/NOTES
==============================================================================
--- head/sys/conf/NOTES	Tue Nov 22 12:12:01 2011	(r227815)
+++ head/sys/conf/NOTES	Tue Nov 22 13:27:53 2011	(r227816)
@@ -965,11 +965,10 @@ options 	ZERO_COPY_SOCKETS
 # FILESYSTEM OPTIONS
 
 #
-# Only the root, /usr, and /tmp filesystems need be statically
-# compiled; everything else will be automatically loaded at mount
-# time.  (Exception: the UFS family--- FFS --- cannot
-# currently be demand-loaded.)  Some people still prefer to statically
-# compile other filesystems as well.
+# Only the root filesystem needs to be statically compiled or preloaded
+# as module; everything else will be automatically loaded at mount
+# time.  Some people still prefer to statically compile other
+# filesystems as well.
 #
 # NB: The PORTAL filesystem is known to be buggy, and WILL panic your
 # system if you attempt to do anything with it.  It is included here


More information about the svn-src-head mailing list