From owner-cvs-src@FreeBSD.ORG Mon Aug 16 04:08:57 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9761A16A4CE; Mon, 16 Aug 2004 04:08:57 +0000 (GMT) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C38543D5C; Mon, 16 Aug 2004 04:08:57 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.5.51] (adsl-64-171-186-94.dsl.snfc21.pacbell.net [64.171.186.94]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id i7G48u8U002181; Sun, 15 Aug 2004 21:08:56 -0700 Message-ID: <41203357.6050501@root.org> Date: Sun, 15 Aug 2004 21:08:55 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.7 (X11/20040702) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Don Lewis References: <20040815191731.7DAA416A71F@hub.freebsd.org> In-Reply-To: <20040815191731.7DAA416A71F@hub.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: [src] cvs commit: src/sys/kern kern_shutdown.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Aug 2004 04:08:57 -0000 Thanks! Don Lewis wrote: > truckman 2004-08-15 19:17:23 UTC > > FreeBSD src repository > > Modified files: > sys/kern kern_shutdown.c > Log: > Yet another tweak to the shutdown messages in boot(): > > Don't count busy buffers before the initial call to sync() and > don't skip the initial sync() if no busy buffers were called. > Always call sync() at least once if syncing is requested. This > defers the "Syncing disks, buffers remaining..." message until > after the initial sync() call and the first count of busy > buffers. This backs out changes in kern_shutdown 1.162. > > Print a different message when there are no busy buffers after the > initial sync(), which is now the expected situation. > > Print an additional message when syncing has completed successfully > in the unusual situation where the work of syncing was done by > boot(). > > Uppercase one message to make it consistent with all of the other > kernel shutdown messages. > > Discussed with: bde (in a much earlier form, prior to 1.162) > Reviewed by: njl (in an earlier form) > > Revision Changes Path > 1.163 +12 -15 src/sys/kern/kern_shutdown.c