From owner-cvs-all Tue Oct 30 5:21:17 2001 Delivered-To: cvs-all@freebsd.org Received: from corbulon.video-collage.com (corbulon.video-collage.com [64.35.99.179]) by hub.freebsd.org (Postfix) with ESMTP id 041DB37B407; Tue, 30 Oct 2001 05:21:14 -0800 (PST) Received: (from mi@localhost) by corbulon.video-collage.com (8.11.4/8.11.4) id f9UDLBr08361; Tue, 30 Oct 2001 08:21:11 -0500 (EST) (envelope-from mi) From: Mikhail Teterin Message-Id: <200110301321.f9UDLBr08361@corbulon.video-collage.com> Subject: Re: cvs commit: src/sbin/dump optr.c In-Reply-To: <20011030110300.B622@straylight.oblivion.bg> To: Peter Pentchev Date: Tue, 30 Oct 2001 08:21:11 -0500 (EST) Cc: Matt Dillon , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL92b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > @@ -200,9 +200,9 @@ > tschedule = tnow + 300; > if (blockswritten < 500) > return; BTW, does anybody else think, the check for 500 blocks having been written is needless, and that dump should report the statistics at _regular_ intervals of 300 seconds? -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message