git: Kernel - change sync_on_panic default to 0

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Sep 14 11:14:48 PDT 2009


commit fd43fc00b09e2bbfc1641b01f542e0d07634cb16
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Mon Sep 14 11:12:33 2009 -0700

    Kernel - change sync_on_panic default to 0
    
    No longer attempt to sync the buffer cache when a panic occurs.  This
    has always been problematic, HAMMER will ignore the attempt anyway,
    and now we are formalizing that we no longer try.
    
    This also improves the chances of the system dumping and rebooting
    after a panic vs freezing up.

Summary of changes:
 sys/kern/kern_shutdown.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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


-- 
DragonFly BSD source repository





More information about the Commits mailing list