From 953ea03018f155940b6a4b4d34edf9d5107822fe Mon Sep 17 00:00:00 2001 From: glebius Date: Wed, 3 Feb 2016 23:30:17 +0000 Subject: Redo r292484. Embed task(9) into zone, so that uz_maxaction is called in a context that can sleep, allowing consumers of the KPI to run their drain routines without any extra measures. Discussed with: jtl --- sys/kern/kern_malloc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/kern/kern_malloc.c') diff --git a/sys/kern/kern_malloc.c b/sys/kern/kern_malloc.c index e7c81d6..f7c67f2 100644 --- a/sys/kern/kern_malloc.c +++ b/sys/kern/kern_malloc.c @@ -59,6 +59,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include -- cgit v1.1