From owner-svn-src-stable-7@FreeBSD.ORG Tue Jan 20 01:12:11 2009 Return-Path: Delivered-To: svn-src-stable-7@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4987A106566B; Tue, 20 Jan 2009 01:12:11 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 081CF8FC08; Tue, 20 Jan 2009 01:12:10 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.2/8.14.1) with ESMTP id n0K1AnY0082142; Mon, 19 Jan 2009 18:10:49 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 19 Jan 2009 18:11:24 -0700 (MST) Message-Id: <20090119.181124.-1270972755.imp@bsdimp.com> To: rwatson@FreeBSD.org From: "M. Warner Losh" In-Reply-To: References: <200901191536.n0JFaPTN014129@svn.freebsd.org> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: sobomax@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org, svn-src-stable-7@FreeBSD.org, svn-src-stable@FreeBSD.org Subject: Re: svn commit: r187434 - stable/7/sys/amd64/conf X-BeenThere: svn-src-stable-7@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 7-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jan 2009 01:12:12 -0000 In message: Robert Watson writes: : : On Mon, 19 Jan 2009, Maxim Sobolev wrote: : : > Author: sobomax : > Date: Mon Jan 19 15:36:25 2009 : > New Revision: 187434 : > URL: http://svn.freebsd.org/changeset/base/187434 : > : > Log: : > MFC: take NTFS option out to match i386 GENERIC. : : Are you going to modify UPDATING to say that "options NTFS" will now be : required where it wasn't previously on amd64? Also, insta-MFC's are generally : a bad idea, even for changes believed harmless, as they often have unexpected : side effects. Especially since NTFS works very well in 6.x and I think in 7.x. It is only in -current that there are issues exposed by other work... Warner