diff options
author | Wang Long <wanglong19@meituan.com> | 2017-11-02 23:05:12 -0400 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2017-11-06 10:04:47 -0500 |
commit | 9a19b463863e757e649c37af245b6af101410c1e (patch) | |
tree | 16fc96ba63824ba5cb371b2a9f3707b06aa7d1fc /kernel/workqueue.c | |
parent | edbfd9112f70c34b2965580a67dad5fb306fb6c9 (diff) |
workqueue: Fix comment for unbound workqueue's attrbutes
Signed-off-by: Wang Long <wanglong19@meituan.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'kernel/workqueue.c')
-rw-r--r-- | kernel/workqueue.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/workqueue.c b/kernel/workqueue.c index 64d0edf428f8..5f99851bff09 100644 --- a/kernel/workqueue.c +++ b/kernel/workqueue.c | |||
@@ -5013,9 +5013,10 @@ int workqueue_set_unbound_cpumask(cpumask_var_t cpumask) | |||
5013 | * | 5013 | * |
5014 | * Unbound workqueues have the following extra attributes. | 5014 | * Unbound workqueues have the following extra attributes. |
5015 | * | 5015 | * |
5016 | * id RO int : the associated pool ID | 5016 | * pool_ids RO int : the associated pool IDs for each node |
5017 | * nice RW int : nice value of the workers | 5017 | * nice RW int : nice value of the workers |
5018 | * cpumask RW mask : bitmask of allowed CPUs for the workers | 5018 | * cpumask RW mask : bitmask of allowed CPUs for the workers |
5019 | * numa RW bool : whether enable NUMA affinity | ||
5019 | */ | 5020 | */ |
5020 | struct wq_device { | 5021 | struct wq_device { |
5021 | struct workqueue_struct *wq; | 5022 | struct workqueue_struct *wq; |