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

Poul-Henning Kamp phk at FreeBSD.org
Thu Oct 21 07:42:32 PDT 2004


phk         2004-10-21 14:42:31 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_subr.c 
    sys/sys              bufobj.h vnode.h 
  Log:
  Add BO_* macros parallel to VI_* macros for manipulating the bo_mtx.
  
  Initialize the bo_mtx when we allocate a vnode i getnewvnode() For
  now we point to the vnodes interlock mutex, that retains the exact
  same locking sematics.
  
  Move v_numoutput from vnode to bufobj.  Add renaming macro to
  postpone code sweep.
  
  Revision  Changes    Path
  1.533     +11 -7     src/sys/kern/vfs_subr.c
  1.3       +17 -0     src/sys/sys/bufobj.h
  1.247     +1 -1      src/sys/sys/vnode.h


More information about the cvs-src mailing list