kernel/tmpfs: Make compiling tmpfs into the kernel optional.
authorSascha Wildner <saw@online.de>
Thu, 12 Apr 2012 21:04:33 +0000 (23:04 +0200)
committerSascha Wildner <saw@online.de>
Thu, 12 Apr 2012 21:04:33 +0000 (23:04 +0200)
commit4c5dcbec92081035c08dacb81cacbd6eb5476660
treefa3567e6495c2d2b3accf4b32ba60d8c25726016
parentc01148a36ddeb5b928ff7b231bb2e01799bf7bfe
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.
sys/conf/files