From owner-cvs-all@FreeBSD.ORG Thu Jul 15 04:54:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 678C516A4CE; Thu, 15 Jul 2004 04:54:06 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1367943D2D; Thu, 15 Jul 2004 04:54:06 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.0.12] (g4.samsco.home [192.168.0.12]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i6F4xbsg035042; Wed, 14 Jul 2004 22:59:37 -0600 (MDT) (envelope-from scottl@freebsd.org) Message-ID: <40F60DA9.8000206@freebsd.org> Date: Wed, 14 Jul 2004 22:52:57 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7) Gecko/20040514 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Nate Lawson References: <20040715042952.C726216A541@hub.freebsd.org> <40F60A42.2060607@root.org> In-Reply-To: <40F60A42.2060607@root.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: cvs-src@freebsd.org cc: Alfred Perlstein cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern kern_shutdown.c vfs_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jul 2004 04:54:06 -0000 Nate Lawson wrote: > Alfred Perlstein wrote: > >> alfred 2004-07-15 04:29:48 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/kern kern_shutdown.c vfs_subr.c Log: >> Tidy up system shutdown. >> Revision Changes Path >> 1.156 +13 -5 src/sys/kern/kern_shutdown.c >> 1.511 +11 -1 src/sys/kern/vfs_subr.c > > > This is a step backwards with more newlines and duplicate output (i.e., > procname). Please revert. > It's getting a little tedious that whenever someone objects to a commit, their response includes (sometimes little more than) 'please revert.' What don't you like about it? How would you change it? Scott