cvs commit: src/sys/kern vnode_if.src

Jeff Roberson jeff at FreeBSD.org
Mon Apr 11 08:19:30 PDT 2005


jeff        2005-04-11 15:19:29 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vnode_if.src 
  Log:
   - Mark the VOPs that require exclusive locks.  Those that aren't marked
     with E may be called with a shared lock held.  This list really could
     be made per filesystem if we had any filesystems which differed from
     ffs in locking guarantees.  VFS itself is not sensitive to this except
     where vgone() etc. are concerned.
  
  Sponsored by:   Isilon Systems, Inc.
  
  Revision  Changes    Path
  1.77      +26 -26    src/sys/kern/vnode_if.src


More information about the cvs-src mailing list