Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/conf Always include the "vfs" attribute (module). Altho...



details:   https://anonhg.NetBSD.org/src/rev/deeaa53f2a40
branches:  trunk
changeset: 341625:deeaa53f2a40
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sat Nov 14 07:31:13 2015 +0000

description:
Always include the "vfs" attribute (module).  Although all of the
ufs/xxx file systems depend on the vfs attribute, it is not required
that any file system actually be built-in to the kernel.  (At least
on some architectures, file system modules can be loaded at boot
time.)

diffstat:

 sys/conf/std |  10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r af635594c0bc -r deeaa53f2a40 sys/conf/std
--- a/sys/conf/std      Sat Nov 14 07:15:58 2015 +0000
+++ b/sys/conf/std      Sat Nov 14 07:31:13 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: std,v 1.20 2014/10/31 07:38:36 uebayasi Exp $
+# $NetBSD: std,v 1.21 2015/11/14 07:31:13 pgoyette Exp $
 #
 # standard MI 'options'
 #
@@ -11,6 +11,14 @@
 #
 select kern
 
+# Always include the "vfs" attribute (module).  Although all of the
+# ufs/xxx file systems depend on the vfs attribute, it is not required
+# that any file system actually be built-in to the kernel.  (At least
+# on some architectures, file system modules can be loaded at boot
+# time.)
+
+select vfs
+
 select net             # XXX Clean up dependency
 
 # the following options are on-by-default to keep



Home | Main Index | Thread Index | Old Index