Date: Wed, 21 Jul 2004 16:04:46 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_shutdown.c Message-ID: <200407211604.i6LG4kFK052991@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2004-07-21 16:04:46 UTC FreeBSD src repository Modified files: sys/kern kern_shutdown.c Log: Don't sync the file system on panic by default. This seems to basically work very infrequently, and often results in a compound panic which confuses debugging; locking/SMP have made the layering violation (and risks) of this more obvious over time. Discussed with: green, bde, et al. Revision Changes Path 1.160 +1 -1 src/sys/kern/kern_shutdown.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407211604.i6LG4kFK052991>