Konstantin Belousov a7163bb962 Eliminate some vm object relocks in vm fault.
For the vm_fault_prefault() call from vm_fault_soft_fast(), extend the
scope of the object rlock to avoid re-taking it inside
vm_fault_prefault(). It causes pmap_enter_quick() sometimes called
with shadow object lock as well as the page lock, but this looks
innocent.

Noted and measured by:	mjg
Reviewed by:	alc, markj (as part of the larger patch)
Tested by:	pho (as part of the larger patch)
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
Differential revision:	https://reviews.freebsd.org/D15122
2018-04-29 12:43:08 +00:00
..
2017-11-30 15:45:42 +00:00
2018-03-30 10:55:31 +00:00
2018-03-30 10:55:31 +00:00
2018-04-24 21:15:54 +00:00
2018-04-24 21:15:54 +00:00
2018-04-24 21:15:54 +00:00
2018-04-24 21:15:54 +00:00