From owner-svn-src-all@FreeBSD.ORG Tue Mar 15 17:26:42 2011 Return-Path: Delivered-To: svn-src-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C9A8D1065676; Tue, 15 Mar 2011 17:26:42 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from argol.doit.wisc.edu (argol.doit.wisc.edu [144.92.197.212]) by mx1.freebsd.org (Postfix) with ESMTP id 981038FC15; Tue, 15 Mar 2011 17:26:42 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII; format=flowed Received: from avs-daemon.smtpauth3.wiscmail.wisc.edu by smtpauth3.wiscmail.wisc.edu (Sun Java(tm) System Messaging Server 7u2-7.05 32bit (built Jul 30 2009)) id <0LI400D0C0GHXC00@smtpauth3.wiscmail.wisc.edu>; Tue, 15 Mar 2011 12:26:41 -0500 (CDT) Received: from comporellon.tachypleus.net ([unknown] [76.210.65.155]) by smtpauth3.wiscmail.wisc.edu (Sun Java(tm) System Messaging Server 7u2-7.05 32bit (built Jul 30 2009)) with ESMTPSA id <0LI40072L0GCGD40@smtpauth3.wiscmail.wisc.edu>; Tue, 15 Mar 2011 12:26:38 -0500 (CDT) Date: Tue, 15 Mar 2011 12:26:36 -0500 From: Nathan Whitehorn In-reply-to: <1300198773.87705.25.camel@buffy.york.ac.uk> To: Gavin Atkinson Message-id: <4D7FA14C.8040205@freebsd.org> X-Spam-Report: AuthenticatedSender=yes, SenderIP=76.210.65.155 X-Spam-PmxInfo: Server=avs-12, Version=5.6.0.2009776, Antispam-Engine: 2.7.2.376379, Antispam-Data: 2011.3.15.171516, SenderIP=76.210.65.155 References: <201103151327.p2FDRZPK044315@svn.freebsd.org> <1300198773.87705.25.camel@buffy.york.ac.uk> User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.15) Gecko/20110305 Thunderbird/3.1.9 Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r219667 - head/usr.sbin/bsdinstall/partedit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2011 17:26:42 -0000 On 03/15/11 09:19, Gavin Atkinson wrote: > On Tue, 2011-03-15 at 13:27 +0000, Nathan Whitehorn wrote: >> Author: nwhitehorn >> Date: Tue Mar 15 13:27:34 2011 >> New Revision: 219667 >> URL: http://svn.freebsd.org/changeset/base/219667 >> >> Log: >> Turn on softupdates by default. We need a UI to set filesystem >> parameters. >> >> Modified: >> head/usr.sbin/bsdinstall/partedit/gpart_ops.c > This would appear to still be a change from the previous behaviour, > where softupdates were enabled by default for any filesystem except for > the root filesystem. It is -- and this needs to become settable. Bear in mind, however, that the default partition layout is also different. If you select the auto option, only one file system is made, so there are no non-root file systems. > I wonder if it is time to start enabling SU+J on non-root filesystems > now? That's certainly something to think about, although I'll defer whether that is wise to others. It's a little bit of a pain on the implementation side, since you can't turn it on from newfs, but that isn't a serious obstacle. -Natha