Robert Watson 87e83e7d4c In v_addpollinfo(), we allocate storage to back vp->v_pollinfo. However,
we may sleep when doing so; check that we didn't race with another thread
allocating storage for the vnode after allocation is made to a local
pointer, and only update the vnode pointer if it's still NULL.  Otherwise,
accept that another thread got there first, and release the local storage.

Discussed with:	jmg
2004-08-11 01:27:53 +00:00
..
2004-08-08 09:08:37 +00:00
2004-08-05 13:00:11 +00:00
2004-06-14 00:38:54 +00:00
2004-08-08 13:23:05 +00:00
2004-07-28 06:59:55 +00:00
2004-07-28 06:59:55 +00:00
2004-08-05 13:01:29 +00:00
2004-08-08 13:23:05 +00:00
2004-08-10 14:42:48 +00:00