From owner-cvs-src@FreeBSD.ORG Mon Jun 13 19:06:33 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 A0D9716A41C; Mon, 13 Jun 2005 19:06:33 +0000 (GMT) (envelope-from jroberson@chesapeake.net) Received: from mail.chesapeake.net (chesapeake.net [208.142.252.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47D9043D48; Mon, 13 Jun 2005 19:06:33 +0000 (GMT) (envelope-from jroberson@chesapeake.net) Received: from mail.chesapeake.net (localhost [127.0.0.1]) by mail.chesapeake.net (8.12.10/8.12.10) with ESMTP id j5DJ6Wk9047198; Mon, 13 Jun 2005 15:06:32 -0400 (EDT) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost) by mail.chesapeake.net (8.12.10/8.12.10/Submit) with ESMTP id j5DJ6Vfj047191; Mon, 13 Jun 2005 15:06:31 -0400 (EDT) (envelope-from jroberson@chesapeake.net) X-Authentication-Warning: mail.chesapeake.net: jroberson owned process doing -bs Date: Mon, 13 Jun 2005 15:06:31 -0400 (EDT) From: Jeff Roberson To: Scott Long In-Reply-To: <42AD8D29.7030502@samsco.org> Message-ID: <20050613150600.G16943@mail.chesapeake.net> References: <200506122232.j5CMWTIb020093@repoman.freebsd.org> <42ACBADB.70109@samsco.org> <20050612202915.C16943@mail.chesapeake.net> <42AD8D29.7030502@samsco.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: cvs-src@FreeBSD.org, Jeff Roberson , src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern subr_disk.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 13 Jun 2005 19:06:34 -0000 On Mon, 13 Jun 2005, Scott Long wrote: > Jeff Roberson wrote: > > > On Sun, 12 Jun 2005, Scott Long wrote: > > > > > >>Jeff Roberson wrote: > >> > >> > >>>jeff 2005-06-12 22:32:29 UTC > >>> > >>> FreeBSD src repository > >>> > >>> Modified files: > >>> sys/kern subr_disk.c > >>> Log: > >>> - Dramatically simplify bioqdisksort(). We no longer do ordered bios so > >>> most of the code to deal with them has been dead for sometime. Simplify > >>> the code by doing an insert sort hinted by the current head position. > >>> > >>> Met with apathy by: arch@ > >>> > >>> Revision Changes Path > >>> 1.84 +40 -85 src/sys/kern/subr_disk.c > >> > >>Not exactly apathy, just lack of time ;-( I trust that this has been > >>adequately tested on many different workloads? Also, how exactly does > >>this fall under your blanket approval to fix VFS? > > > > > > I was not aware of any current code freeze. Is there one? > > > > I'm sorry Jeff, but this is unacceptable. I've sent out many emails > over the past week talking about Code Freeze. If you're going to commit > to our tree, reading developers@ is the minimum that you must do. Would you please respond to my other constructive emails rather than just scolding me and ignoring the rest. > > Scott >