From owner-cvs-src-old@FreeBSD.ORG Sun Mar 8 00:11:42 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 70AAF1065677 for ; Sun, 8 Mar 2009 00:11:42 +0000 (UTC) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5DA0F8FC08 for ; Sun, 8 Mar 2009 00:11:42 +0000 (UTC) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n280BgRa016396 for ; Sun, 8 Mar 2009 00:11:42 GMT (envelope-from luigi@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n280BgNA016395 for cvs-src-old@freebsd.org; Sun, 8 Mar 2009 00:11:42 GMT (envelope-from luigi@repoman.freebsd.org) Message-Id: <200903080011.n280BgNA016395@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to luigi@repoman.freebsd.org using -f From: Luigi Rizzo Date: Sun, 8 Mar 2009 00:11:26 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/kern subr_disk.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Mar 2009 00:11:42 -0000 luigi 2009-03-08 00:11:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern subr_disk.c Log: SVN rev 189502 on 2009-03-08 00:11:26Z by luigi MFC rev.188571 Clarify and reimplement the bioq API so that bioq_disksort() has the correct behaviour (sorting by distance from the current head position in the scan direction) and bioq_insert_head() and bioq_insert_tail() have a well defined (and useful) behaviour, especially when intermixed with calls to bioq_disksort(). See the original commit log for more details. NO API/ABI changes (except from fixing bugs and defining unspecified behaviour that no code should rely on). Revision Changes Path 1.88.2.1 +119 -66 src/sys/kern/subr_disk.c