K 10 svn:author V 3 phk K 8 svn:date V 27 2004-10-21T12:51:36.000000Z K 7 svn:log V 553 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. END