DragonFly BSD
DragonFly commits List (threaded) for 2012-04
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: kernel/tmpfs: Make compiling tmpfs into the kernel optional.


From: Sascha Wildner <swildner@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 12 Apr 2012 14:04:57 -0700 (PDT)

commit 4c5dcbec92081035c08dacb81cacbd6eb5476660
Author: Sascha Wildner <saw@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



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