K 10 svn:author V 3 jhb K 8 svn:date V 27 2012-06-20T18:00:26.509931Z K 7 svn:log V 381 Move the per-thread deferred user map entries list into a private list in vm_map_process_deferred() which is then iterated to release map entries. This avoids having a nested vm map unlock operation called from the loop body attempt to recuse into vm_map_process_deferred(). This can happen if the vm_map_remove() triggers the OOM killer. Reviewed by: alc, kib MFC after: 1 week END