svn commit: r364134 - head/sys/vm
Conrad Meyer
cem at FreeBSD.org
Wed Aug 12 00:21:31 UTC 2020
Author: cem
Date: Wed Aug 12 00:21:30 2020
New Revision: 364134
URL: https://svnweb.freebsd.org/changeset/base/364134
Log:
Back out unrelated change
Reported by: kib, markj
X-MFC-With: r364129
Modified:
head/sys/vm/vm_page.c
Modified: head/sys/vm/vm_page.c
==============================================================================
--- head/sys/vm/vm_page.c Tue Aug 11 23:36:38 2020 (r364133)
+++ head/sys/vm/vm_page.c Wed Aug 12 00:21:30 2020 (r364134)
@@ -2488,7 +2488,7 @@ vm_page_zone_import(void *arg, void **store, int cnt,
* 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);
More information about the svn-src-head
mailing list