From owner-freebsd-current Sun Dec 8 16:29:52 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3012C37B401 for ; Sun, 8 Dec 2002 16:29:51 -0800 (PST) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F5C043EB2 for ; Sun, 8 Dec 2002 16:29:50 -0800 (PST) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.12.6/8.12.5) with SMTP id gB90TfBF062677; Sun, 8 Dec 2002 19:29:42 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Sun, 8 Dec 2002 19:29:41 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: "Alan L. Cox" Cc: smkelly@zombie.org, current@freebsd.org Subject: Re: Repeatable panic from nautilus2 In-Reply-To: <3DF3DD6D.BA8B8C37@imimic.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 8 Dec 2002, Alan L. Cox wrote: > Please remove ENABLE_VFS_IOOPT from your kernel configuration. This > code has never been safe for general use. > > Unfortunately, when it was documented in NOTES, this was fact was > omitted. Is the attached diff appropriate, then? Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories Index: NOTES =================================================================== RCS file: /data/fbsd-cvs/ncvs/src/sys/conf/NOTES,v retrieving revision 1.1117 diff -u -r1.1117 NOTES --- NOTES 26 Nov 2002 17:32:39 -0000 1.1117 +++ NOTES 9 Dec 2002 00:29:06 -0000 @@ -737,6 +737,9 @@ # # Enabling this will probably not give an overall speedup except for # special workloads. +# +# WARNING: Do not enable this, it is known to be broken, and will result +# in system instability, as well as possible data loss. options ENABLE_VFS_IOOPT # Cryptographically secure random number generator; /dev/[u]random To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message