Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Oct 2004 14:42:31 +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/kern vfs_subr.c src/sys/sys bufobj.h vnode.h
Message-ID:  <200410211442.i9LEgV3B046530@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410211442.i9LEgV3B046530>