Date: Fri, 19 Oct 2001 16:32:03 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_shutdown.c Message-ID: <200110192332.f9JNW3V11652@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 2001/10/19 16:32:03 PDT Modified files: sys/kern kern_shutdown.c Log: Add a sysctl for preventing the sync() in panic() recovery. This can be so dangerous it isn't funny. eg: if you panic inside NFS or softdep, and then try and sync you run into held locks and cause either deadlocks, recursive panics or other interesting chaos. Default is unchanged. Revision Changes Path 1.113 +7 -1 src/sys/kern/kern_shutdown.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110192332.f9JNW3V11652>