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