K 10 svn:author V 4 jeff K 8 svn:date V 27 2020-01-20T22:49:52.294821Z K 7 svn:log V 271 Reduce object locking in vm_fault. Once we have an exclusively busied page we no longer need an object lock. This reduces the longest hold times and eliminates some trylock code blocks. Reviewed by: kib, markj Differential Revision: https://reviews.freebsd.org/D23034 END