git: kernel/tmpfs: Make compiling tmpfs into the kernel optional.
Sascha Wildner
swildner at crater.dragonflybsd.org
Thu Apr 12 14:04:57 PDT 2012
commit 4c5dcbec92081035c08dacb81cacbd6eb5476660
Author: Sascha Wildner <saw at online.de>
Date: Thu Apr 12 23:04:33 2012 +0200
kernel/tmpfs: Make compiling tmpfs into the kernel optional.
If the user wants to build a kernel without tmpfs built in,
allow it to him.
Our GENERIC configs have 'options TMPFS', but even if it
isn't loaded or built into the kernel, it will be kldloaded
upon mount_tmpfs(8) via vfsload(3).
This behavior is the same with our other file systems: the
module will be autoloaded at the first mount -t <type> if
it isn't either in-kernel or already loaded.
Summary of changes:
sys/conf/files | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4c5dcbec92081035c08dacb81cacbd6eb5476660
--
DragonFly BSD source repository
More information about the Commits
mailing list