git: sys/kern: Replace vfs.root.wakedelay with millisecond-based wakedelay_ms

Antonio Huete Jimenez tuxillo at crater.dragonflybsd.org
Sat Jul 4 06:02:54 PDT 2026


commit 5addfcec619389fa55cac2a574c0a6e566cae6a9
Author: Antonio Huete Jimenez <tuxillo at quantumachine.net>
Date:   Sat Jul 4 14:18:10 2026 +0200

    sys/kern: Replace vfs.root.wakedelay with millisecond-based wakedelay_ms
    
    The seconds-based vfs.root.wakedelay tunable is too coarse for non-CAM
    kern confs that only need a short settle delay before mounting root.
    
    Replace it with vfs.root.wakedelay_ms, which specifies the delay in
    milliseconds and defaults to 2000 (the previous 2 second default).
    
    Update loader.8 and loader.conf accordingly.

Summary of changes:
 stand/boot/common/loader.8     | 10 +++++++---
 stand/boot/dloader/loader.conf |  5 +++--
 sys/kern/vfs_conf.c            | 17 +++++++++++++----
 3 files changed, 23 insertions(+), 9 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5addfcec619389fa55cac2a574c0a6e566cae6a9


-- 
DragonFly BSD source repository


More information about the Commits mailing list