cvs commit: src/sys/sys bufobj.h vnode.h

Poul-Henning Kamp phk at FreeBSD.org
Thu Oct 21 05:51:36 PDT 2004


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


More information about the cvs-src mailing list