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
This commit is contained in:
kib 2011-11-22 13:27:53 +00:00
parent 6fbdb01e9a
commit 6c824ac5d8

View File

@ -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