From owner-cvs-src@FreeBSD.ORG Fri Oct 22 14:06:26 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 B22AF16A4CE; Fri, 22 Oct 2004 14:06:26 +0000 (GMT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B04843D1D; Fri, 22 Oct 2004 14:06:26 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.1/8.13.1) with ESMTP id i9ME6G3I052101; Fri, 22 Oct 2004 16:06:20 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) From: "Poul-Henning Kamp" In-Reply-To: Your message of "Fri, 22 Oct 2004 16:03:27 +0200." Date: Fri, 22 Oct 2004 16:06:16 +0200 Message-ID: <52100.1098453976@critter.freebsd.dk> Sender: phk@critter.freebsd.dk cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_subr.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: Fri, 22 Oct 2004 14:06:26 -0000 In message , =?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?= writes: >Poul-Henning Kamp writes: >> Log: >> Simplify buf_vlist_remove(). >> >> Now that we have encapsulated the splaytree related information >> into a structure we can eliminate the half of this function. > >Is there any particular reason why you are using a home-grown splay >tree implementation instead of ? s/you/Dillon/ None that I know off. Right now I'm just doing the rearrangement of bits, we can look into replacing some of them afterwards. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.