cvs commit: src/sys/sys bufobj.h src/sys/kern vfs_subr.c

Poul-Henning Kamp phk at FreeBSD.org
Fri Oct 29 02:33:33 PDT 2004


phk         2004-10-29 09:33:33 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              bufobj.h 
    sys/kern             vfs_subr.c 
  Log:
  Give the bufobj a private __bo_vnode for now to keep the syncer floating [1]
  At some point later the syncer will unlearn about vnodes and the filesystems
  method called by the syncer will know enough about what's in bo_private to
  do the right thing.
  
  [1] Ok, I know, but I couldn't resist the pun.
  
  Revision  Changes    Path
  1.544     +2 -1      src/sys/kern/vfs_subr.c
  1.10      +5 -0      src/sys/sys/bufobj.h


More information about the cvs-src mailing list