[PATCH 0/4] workqueue: Some cleanups

Lai Jiangshan posted 4 patches 1 year, 11 months ago
include/linux/workqueue.h | 27 +++++++++++++++------------
kernel/workqueue.c        | 19 +++++++++++--------
2 files changed, 26 insertions(+), 20 deletions(-)
[PATCH 0/4] workqueue: Some cleanups
Posted by Lai Jiangshan 1 year, 11 months ago
From: Lai Jiangshan <jiangshan.ljs@antgroup.com>

Some simple cleanups.

Lai Jiangshan (4):
  workqueue: Use INIT_WORK_ONSTACK in workqueue_softirq_dead()
  workqueue: Reorder the fields in struct workqueue_attrs
  workqueue: Move attrs->cpumask out of worker_pool's properties when
    attrs->affn_strict
  workqueue: Use list_last_entry() to get the last idle worker

 include/linux/workqueue.h | 27 +++++++++++++++------------
 kernel/workqueue.c        | 19 +++++++++++--------
 2 files changed, 26 insertions(+), 20 deletions(-)

-- 
2.19.1.6.gb485710b