Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Aug 2004 23:52:45 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys vnode.h
Message-ID:  <200408102352.i7ANqjrJ039413@repoman.freebsd.org>

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



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