Searched hist:171779 (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/vm/
H A Ddevice_pager.cdiff 171779 Tue Aug 07 13:36:25 MDT 2007 kib Protect the creation of the device pager with the dev_pager_mtx. Lookup
of device pager in the pagers list by handle is now synchronized with
its removal from the list, and dev_pager_mtx is put before vm object
lock in lock order. Dispose the dev_pager_sx lock, since dev_pager_mtx
now covers the same block.

Noted by: kensmith
Reviewed by: alc
Approved by: re (kensmith)

Completed in 52 milliseconds