From owner-cvs-all@FreeBSD.ORG Mon Jul 19 06:49:18 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 3157916A4CE; Mon, 19 Jul 2004 06:49:18 +0000 (GMT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25D8D43D41; Mon, 19 Jul 2004 06:49:18 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 1CF385C884; Sun, 18 Jul 2004 23:49:18 -0700 (PDT) Date: Sun, 18 Jul 2004 23:49:18 -0700 From: Alfred Perlstein To: Don Lewis Message-ID: <20040719064918.GS95729@elvis.mu.org> References: <20040715054939.GN95729@elvis.mu.org> <200407190543.i6J5hak6037066@gw.catspoiler.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407190543.i6J5hak6037066@gw.catspoiler.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org 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: Mon, 19 Jul 2004 06:49:18 -0000 * Don Lewis [040718 22:43] wrote: > On 14 Jul, Alfred Perlstein wrote: > > * Don Lewis [040714 22:46] wrote: > > >> I'd prefer skipping the the final sync() in boot() if there are no dirty > >> buffers, with a message something like "skipping final sync because no > >> dirty buffers remain". > > > > Diffs welcome! > > Note: I revived the printf("\n") mostly so that the SHOW_BUSYBUFS output > would be formatted correctly. Looks cool!