From owner-cvs-src@FreeBSD.ORG Thu Oct 21 12:51:36 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 9CA5116A4CE; Thu, 21 Oct 2004 12:51:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E5C743D39; Thu, 21 Oct 2004 12:51:36 +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 i9LCpaC2042940; Thu, 21 Oct 2004 12:51:36 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9LCpapf042939; Thu, 21 Oct 2004 12:51:36 GMT (envelope-from phk) Message-Id: <200410211251.i9LCpapf042939@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 21 Oct 2004 12:51:36 +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/sys bufobj.h vnode.h 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: Thu, 21 Oct 2004 12:51:36 -0000 phk 2004-10-21 12:51:36 UTC FreeBSD src repository Modified files: sys/sys bufobj.h vnode.h Log: Forced commit to get the right commit message: Add new include file which will contain the gory details on the new buffer-cache object. (see comments in file about the direction this is moving). Include it from for now to avoid munging a lot of files which can later be munged back. Embed a bufobj in vnode. Move the buf splay trees from the vnode to the bufobj. Alias the fields to avoid sweeping code yet. Hide vnode and bufobj behind #if defined(_KERNEL) || defined(_KVM_VNODE) to discourage userland voyeurism. Revision Changes Path 1.2 +0 -0 src/sys/sys/bufobj.h 1.246 +0 -0 src/sys/sys/vnode.h