看板 DFBSD_commit 關於我們 聯絡資訊
commit 2a32d68016cfa527ef7371c8def73794e3771faf Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Sat Aug 15 10:12:45 2009 -0700 DEVFS - Add sync_devs() * Add a function called sync_devs() which synchronizes the disk and devfs subsystems. Call the function where appropriate. Summary of changes: sys/kern/kern_conf.c | 18 ++++++++++++++++++ sys/kern/kern_module.c | 8 ++++++-- sys/kern/vfs_conf.c | 5 +---- sys/sys/device.h | 2 ++ 4 files changed, 27 insertions(+), 6 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2a32d68016cfa527ef7371c8def73794e3771faf -- DragonFly BSD source repository