看板 DFBSD_commit 關於我們 聯絡資訊
commit fd43fc00b09e2bbfc1641b01f542e0d07634cb16 Author: Matthew Dillon <dillon@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