Konstantin Belousov
efe7553ed7
Fix the phys_pager in the way similar to the rev. 1.83 of the
...
sys/vm/device_pager.c:
Protect the creation of the phys pager with non-NULL handle with the
phys_pager_mtx. Lookup of phys pager in the pagers list by handle is now
synchronized with its removal from the list, and phys_pager_mtx is put
before vm object lock in lock order. Dispose the phys_pager_alloc_lock
and tsleep calls, together with acquiring Giant, since phys_pager_mtx
now covers the same block.
Reviewed by: alc
Approved by: re (kensmith)
2007-08-18 16:40:33 +00:00
..
2007-08-15 19:26:03 +00:00
2007-08-08 09:27:52 +00:00
2007-08-17 18:22:31 +00:00
2007-07-22 12:28:13 +00:00
2007-07-21 18:07:45 +00:00
2007-08-16 20:33:20 +00:00
2007-08-16 20:33:20 +00:00
2007-08-15 19:26:03 +00:00
2007-07-28 07:31:30 +00:00
2007-07-03 12:13:45 +00:00
2007-08-17 05:57:04 +00:00
2007-08-16 11:00:07 +00:00
2007-06-09 21:55:17 +00:00
2007-06-17 22:19:19 +00:00
2007-08-15 17:40:09 +00:00
2007-07-06 07:17:22 +00:00
2007-08-15 19:26:03 +00:00
2007-08-06 05:15:57 +00:00
2007-07-27 09:34:42 +00:00
2007-08-16 05:32:26 +00:00
2007-06-13 06:17:48 +00:00
2007-08-15 19:26:03 +00:00
2007-08-18 12:06:13 +00:00
2007-07-20 11:38:12 +00:00
2007-06-28 12:54:58 +00:00
2007-07-14 21:49:24 +00:00
2007-08-18 11:59:17 +00:00
2007-08-16 01:51:22 +00:00
2007-08-05 16:16:15 +00:00
2007-08-06 14:26:03 +00:00
2007-07-30 11:06:42 +00:00
2007-07-10 09:23:10 +00:00
2007-08-06 14:26:03 +00:00
2007-08-06 14:26:03 +00:00
2007-07-05 06:59:14 +00:00
2007-07-29 20:16:48 +00:00
2007-08-06 14:26:03 +00:00
2007-08-11 19:25:32 +00:00
2007-08-06 14:26:03 +00:00
2007-08-06 14:26:03 +00:00
2007-08-05 11:56:44 +00:00
2007-07-06 00:41:53 +00:00
2007-08-16 05:32:26 +00:00
2007-07-13 18:51:08 +00:00
2007-08-18 16:40:33 +00:00
2007-07-12 21:04:58 +00:00