Module Name:    src
Committed By:   pgoyette
Date:           Sat Nov 14 07:31:13 UTC 2015

Modified Files:
        src/sys/conf: std

Log Message:
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.)


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/conf/std

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/conf/std
diff -u src/sys/conf/std:1.20 src/sys/conf/std:1.21
--- src/sys/conf/std:1.20	Fri Oct 31 07:38:36 2014
+++ src/sys/conf/std	Sat Nov 14 07:31:13 2015
@@ -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

Reply via email to