cvs commit: src/sys/sys vnode.h

Robert Watson rwatson at FreeBSD.org
Tue Aug 10 16:52:46 PDT 2004


rwatson     2004-08-10 23:52:45 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              vnode.h 
  Log:
  Modify vnode locking key: the v_pollinfo pointer itself is protected
  by Giant; the contents are protected by the pollinfo mutex.  We rely
  on Giant to prevent races in assigning the value of v_pollinfo.
  
  Revision  Changes    Path
  1.242     +2 -1      src/sys/sys/vnode.h


More information about the cvs-all mailing list