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-04 18:04:44 +00:00
2004-08-10 12:15:27 +00:00
2004-08-10 21:43:40 +00:00
2004-08-10 02:08:57 +00:00
2004-08-08 09:08:37 +00:00
2004-07-30 22:08:52 +00:00
2004-08-04 18:22:50 +00:00
2004-08-05 13:00:11 +00:00
2004-08-05 20:41:38 +00:00
2004-06-14 00:38:54 +00:00
2004-07-28 08:59:08 +00:00
2004-08-10 22:02:52 +00:00
2004-07-11 16:13:57 +00:00
2004-08-08 13:23:05 +00:00
2004-08-10 19:32:33 +00:00
2004-08-10 20:51:48 +00:00
2004-07-30 22:08:52 +00:00
2004-07-18 20:13:31 +00:00
2004-08-09 17:36:19 +00:00
2004-08-09 20:44:41 +00:00
2004-08-08 01:26:00 +00:00
2004-07-30 22:08:52 +00:00
2004-08-11 01:27:53 +00:00
2004-07-27 22:32:01 +00:00
2004-08-09 06:45:20 +00:00
2004-08-11 00:12:27 +00:00
2004-07-27 23:20:45 +00:00
2004-08-10 03:23:05 +00:00
2004-07-28 06:59:55 +00:00
2004-08-10 00:38:50 +00:00
2004-08-09 16:17:37 +00:00
2004-08-06 03:45:45 +00:00
2004-06-23 01:58:22 +00:00
2004-07-28 06:58:23 +00:00
2004-06-21 00:20:43 +00:00
2004-06-24 03:11:29 +00:00
2004-06-16 09:47:26 +00:00
2004-07-28 06:59:55 +00:00
2004-07-30 22:08:52 +00:00
2004-07-30 22:08:52 +00:00
2004-07-24 02:32:27 +00:00
2004-08-10 03:26:17 +00:00
2004-08-05 13:01:29 +00:00
2004-06-16 09:47:26 +00:00
2004-08-09 21:01:49 +00:00
2004-08-07 00:20:00 +00:00
2004-07-15 22:21:25 +00:00
2004-08-02 00:18:36 +00:00
2004-08-10 20:53:26 +00:00
2004-08-10 23:52:45 +00:00
2004-07-11 16:14:24 +00:00
2004-08-08 13:23:05 +00:00
2004-08-10 14:42:48 +00:00
2004-05-16 00:19:12 +00:00