git: kernel - Fix quickhalt panic-on-reboot

Matthew Dillon dillon at crater.dragonflybsd.org
Wed Mar 21 11:24:10 PDT 2018


commit ba92154cdabdabfdb1d98cb6541637add7e8e2a2
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Wed Mar 21 11:22:14 2018 -0700

    kernel - Fix quickhalt panic-on-reboot
    
    * Fix an issue with the quickhalt feature that shortcuts the
      unmounting of procfs, devfs, and tmpfs.
    
    * Fixes a panic-on-reboot due to quickhalt still cleaning out
      the vnode ops even though it leaves the vnodes intact.  Don't
      clean out the vnode ops.
    
    Reported-by: zrj

Summary of changes:
 sys/kern/vfs_syscalls.c | 18 +++++++++++++-----
 1 file changed, 13 insertions(+), 5 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ba92154cdabdabfdb1d98cb6541637add7e8e2a2


-- 
DragonFly BSD source repository


More information about the Commits mailing list