mckusick
76a6cc0dc1
This update removes a race between unmount and lookup. The lookup
...
locks the mount point directory while waiting for vfs_busy to clear.
Meanwhile the unmount which holds the vfs_busy lock tried to lock
the mount point vnode. The fix is to observe that it is safe for the
unmount to remove the vnode from the mount point without locking it.
The lookup will wait for the unmount to complete, then recheck the
mount point when the vfs_busy lock clears.
Sponsored by: DARPA & NAI Labs.
2002-10-22 01:06:44 +00:00
..
2002-10-21 21:08:32 +00:00
2002-10-20 20:48:56 +00:00
2002-10-13 00:31:46 +00:00
2002-10-18 23:49:18 +00:00
2002-10-18 22:03:39 +00:00
2002-10-01 17:15:53 +00:00
2002-10-21 22:27:36 +00:00
2002-10-21 05:09:04 +00:00
2002-10-16 01:54:46 +00:00
2002-10-14 11:21:05 +00:00
2002-10-21 22:27:36 +00:00
2002-10-22 00:57:51 +00:00
2002-10-22 00:59:49 +00:00
2002-10-20 22:46:50 +00:00
2002-10-18 21:41:41 +00:00
2002-10-21 05:05:43 +00:00
2002-10-21 14:38:28 +00:00
2002-10-20 23:39:43 +00:00
2002-10-17 16:09:13 +00:00
2002-10-16 08:04:11 +00:00
2002-10-22 01:06:44 +00:00
2002-10-11 13:13:08 +00:00
2002-10-21 00:38:18 +00:00
2002-10-21 03:41:58 +00:00
2002-09-06 17:02:29 +00:00
2002-10-01 22:04:31 +00:00
2002-10-21 02:51:56 +00:00
2002-10-21 20:40:02 +00:00
2002-10-17 17:47:55 +00:00
2002-10-16 02:10:08 +00:00
2002-10-16 01:54:46 +00:00
2002-07-10 16:39:38 +00:00
2002-10-16 09:19:17 +00:00
2002-10-11 14:58:34 +00:00
2002-09-18 19:44:14 +00:00
2002-10-02 07:44:29 +00:00
2002-10-11 14:58:34 +00:00
2002-10-20 21:52:05 +00:00
2002-10-19 21:27:40 +00:00
2002-10-16 14:31:34 +00:00
2002-10-19 16:54:15 +00:00
2002-10-07 07:02:48 +00:00
2002-10-21 02:54:50 +00:00
2002-10-14 20:34:31 +00:00
2002-10-21 05:27:41 +00:00
2002-10-21 23:16:23 +00:00
2002-10-20 21:55:35 +00:00
2002-10-21 22:27:36 +00:00
2002-09-26 04:48:44 +00:00
2002-10-22 00:59:49 +00:00
2002-10-20 19:57:55 +00:00