From owner-cvs-all@FreeBSD.ORG Thu Oct 21 13:48:50 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 D92B416A4CE; Thu, 21 Oct 2004 13:48:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB0D843D45; Thu, 21 Oct 2004 13:48:50 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9LDmofb044746; Thu, 21 Oct 2004 13:48:50 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9LDmomG044745; Thu, 21 Oct 2004 13:48:50 GMT (envelope-from phk) Message-Id: <200410211348.i9LDmomG044745@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 21 Oct 2004 13:48:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern 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: Thu, 21 Oct 2004 13:48:51 -0000 phk 2004-10-21 13:48:50 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c 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. Revision Changes Path 1.531 +16 -34 src/sys/kern/vfs_subr.c