]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
vm_ksubmap_init: pass M_WAITOK to vmem_init -> uma_zalloc_arg
authorEric van Gyzen <vangyzen@FreeBSD.org>
Fri, 4 Mar 2022 20:55:12 +0000 (14:55 -0600)
committerEric van Gyzen <vangyzen@FreeBSD.org>
Sat, 26 Mar 2022 01:10:37 +0000 (20:10 -0500)
commitcfbb5f8ce0f69b0bc28b5553db53f8615efc84eb
treea4dcadea6ea346718fd1afe46cd6cbdb040d552f
parent0868f621762a949ef2b791c3199817436a79d3a1
vm_ksubmap_init: pass M_WAITOK to vmem_init -> uma_zalloc_arg

uma_zalloc_arg expects exactly one of the two WAIT flags.  A future
commit will assert this.

Reviewed by: rstone
MFC after: 1 month
Sponsored by: Dell EMC Isilon
Differential Revision: https://reviews.freebsd.org/D34450
sys/vm/vm_init.c