Back out unrelated change

Reported by:	kib, markj
X-MFC-With:	r364129
This commit is contained in:
Conrad Meyer
2020-08-12 00:21:30 +00:00
parent 51da4b19be
commit b7883452d4
+1 -1
View File
@@ -2488,7 +2488,7 @@ vm_page_zone_import(void *arg, void **store, int cnt, int domain, int flags)
* main purpose is to replenish the store of free pages.
*/
if (vmd->vmd_severeset || curproc == pageproc ||
!_vm_domain_allocate(vmd, VM_ALLOC_SYSTEM, cnt))
!_vm_domain_allocate(vmd, VM_ALLOC_NORMAL, cnt))
return (0);
domain = vmd->vmd_domain;
vm_domain_free_lock(vmd);