jhb
55b3bd61d2
Lock the vm_object while checking its type to see if it is a vnode-backed
...
object that requires Giant in vm_object_deallocate(). This is somewhat
hairy in that if we can't obtain Giant directly, we have to drop the
object lock, then lock Giant, then relock the object lock and verify that
we still need Giant. If we don't (because the object changed to OBJT_DEAD
for example), then we drop Giant before continuing.
Reviewed by: alc
Tested by: kris
2006-02-21 22:09:54 +00:00
..
2005-01-07 02:29:27 +00:00
2005-06-10 17:27:54 +00:00
2005-12-30 11:45:07 +00:00
2005-12-30 11:45:07 +00:00
2005-01-07 02:29:27 +00:00
2005-11-20 06:09:49 +00:00
2006-01-31 11:09:21 +00:00
2006-01-31 11:09:21 +00:00
2006-01-27 21:11:50 +00:00
2005-01-07 02:29:27 +00:00
2006-02-11 19:20:56 +00:00
2005-07-16 09:51:52 +00:00
2005-07-16 09:51:52 +00:00
2005-08-04 10:03:53 +00:00
2005-10-08 21:03:54 +00:00
2006-01-29 08:24:54 +00:00
2005-12-16 18:34:14 +00:00
2006-02-02 21:55:38 +00:00
2005-12-16 18:34:14 +00:00
2005-04-25 19:22:05 +00:00
2005-01-07 02:29:27 +00:00
2005-01-07 02:29:27 +00:00
2006-01-27 07:28:51 +00:00
2005-12-03 22:41:15 +00:00
2005-05-08 23:56:16 +00:00
2005-10-12 06:56:00 +00:00
2006-02-21 22:09:54 +00:00
2006-01-22 23:56:20 +00:00
2006-02-15 22:29:53 +00:00
2006-01-24 19:24:54 +00:00
2006-02-17 21:02:39 +00:00
2005-01-07 02:29:27 +00:00
2006-01-27 21:06:37 +00:00
2005-10-31 15:41:29 +00:00
2005-05-18 22:08:52 +00:00
2005-01-07 02:29:27 +00:00
2005-01-07 02:29:27 +00:00
2005-12-31 14:39:20 +00:00
2005-04-01 20:00:11 +00:00
2006-02-06 10:14:12 +00:00
2005-01-24 21:21:59 +00:00