Kernel - change sync_on_panic default to 0
authorMatthew Dillon <dillon@apollo.backplane.com>
Mon, 14 Sep 2009 18:12:33 +0000 (11:12 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Mon, 14 Sep 2009 18:12:33 +0000 (11:12 -0700)
commitfd43fc00b09e2bbfc1641b01f542e0d07634cb16
tree6acaac54692b3b0e0d1c2eaa1e78722e0bc33f18
parentbf18b4fe405d16caaed01a2eafaf409a29b99a6d
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.
sys/kern/kern_shutdown.c