]> git.baikalelectronics.ru Git - kernel.git/commitdiff
workqueue: Fix comment for unbound workqueue's attrbutes
authorWang Long <wanglong19@meituan.com>
Fri, 3 Nov 2017 03:05:12 +0000 (23:05 -0400)
committerTejun Heo <tj@kernel.org>
Mon, 6 Nov 2017 15:04:47 +0000 (07:04 -0800)
Signed-off-by: Wang Long <wanglong19@meituan.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/workqueue.c

index 64d0edf428f850f2e5cfed94970cb74491eb6b61..5f99851bff09afd512d8328b5d3ea43da22fd342 100644 (file)
@@ -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;