Push back the kernel lock in sys_mmap(2) a little bit more now that
authorkettenis <kettenis@openbsd.org>
Wed, 15 Aug 2018 20:22:13 +0000 (20:22 +0000)
committerkettenis <kettenis@openbsd.org>
Wed, 15 Aug 2018 20:22:13 +0000 (20:22 +0000)
commitef2b82392abad647e6926905905bf5d9235bdab8
tree36a92ae880ab69566737c58a0babed9c6a33c51f
parenta31a4de8d8b0e5308bfd84ed442754824029c8b1
Push back the kernel lock in sys_mmap(2) a little bit more now that
fd_getfile(9) is mpsafe.  Note that sys_mmap(2) isn't actually unlocked
currently.  However this diff has been tested with it unlocked, and I
hope to unlock it for real soon-ish.

ok visa@, mpi@
sys/uvm/uvm_mmap.c