K 10 svn:author V 3 kib K 8 svn:date V 27 2017-12-29T20:33:56.010854Z K 7 svn:log V 346 Do not lock vm map in swapout_procs(). Neither swapout_procs() nor swapout() access the map. Since the process' vmspace is referenced only to obtain the pointer to the vm_map, the reference is not needed as well. Reviewed by: alc Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D13681 END