Date: Thu, 21 Oct 2004 12:51:36 +0000 (UTC) From: Poul-Henning Kamp <phk@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys bufobj.h vnode.h Message-ID: <200410211251.i9LCpapf042939@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <sys/bufobj.h> 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 <sys/vnode.h> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410211251.i9LCpapf042939>