From: Wang Long Date: Fri, 3 Nov 2017 03:05:12 +0000 (-0400) Subject: workqueue: Fix comment for unbound workqueue's attrbutes X-Git-Tag: v4.15-rc1~99^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9a19b463863e757e649c37af245b6af101410c1e;p=thirdparty%2Fkernel%2Flinux.git workqueue: Fix comment for unbound workqueue's attrbutes Signed-off-by: Wang Long Signed-off-by: Tejun Heo --- diff --git a/kernel/workqueue.c b/kernel/workqueue.c index 64d0edf428f85..5f99851bff09a 100644 --- a/kernel/workqueue.c +++ b/kernel/workqueue.c @@ -5013,9 +5013,10 @@ int workqueue_set_unbound_cpumask(cpumask_var_t cpumask) * * Unbound workqueues have the following extra attributes. * - * id RO int : the associated pool ID + * pool_ids RO int : the associated pool IDs for each node * nice RW int : nice value of the workers * cpumask RW mask : bitmask of allowed CPUs for the workers + * numa RW bool : whether enable NUMA affinity */ struct wq_device { struct workqueue_struct *wq;