[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20191219174449.GA5232@avx2>
Date: Thu, 19 Dec 2019 20:44:49 +0300
From: Alexey Dobriyan <adobriyan@...il.com>
To: tj@...nel.org, jiangshanlai@...il.com
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH] workqueue: fixup type in workqueue_init_early()
Signed-off-by: Alexey Dobriyan <adobriyan@...il.com>
---
kernel/workqueue.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/kernel/workqueue.c
+++ b/kernel/workqueue.c
@@ -5899,7 +5899,7 @@ static void __init wq_numa_init(void)
int __init workqueue_init_early(void)
{
int std_nice[NR_STD_WORKER_POOLS] = { 0, HIGHPRI_NICE_LEVEL };
- int hk_flags = HK_FLAG_DOMAIN | HK_FLAG_WQ;
+ enum hk_flags hk_flags = HK_FLAG_DOMAIN | HK_FLAG_WQ;
int i, cpu;
WARN_ON(__alignof__(struct pool_workqueue) < __alignof__(long long));
Powered by blists - more mailing lists