[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1431336953-3260-1-git-send-email-laijs@cn.fujitsu.com>
Date: Mon, 11 May 2015 17:35:47 +0800
From: Lai Jiangshan <laijs@...fujitsu.com>
To: <linux-kernel@...r.kernel.org>
CC: Lai Jiangshan <laijs@...fujitsu.com>, Tejun Heo <tj@...nel.org>
Subject: [PATCH 0/5] workqueue: cleanup for apply_workqueue_attrs()
This patchset has several cleanups to apply_workqueue_attrs(),
including enlagring the protection region of wq_pool_mutex,
merging similar code, changing the API ...
Patch3 is not just cleanup, it changes behavior and
ensures attrs-changing be sequentially.
Thanks,
Lai
Cc: Tejun Heo <tj@...nel.org>
Lai Jiangshan (5):
workqueue: wq_pool_mutex protects the attrs-installation
workqueue: merge the similar code
workqueue: ensure attrs-changing be sequentially
workqueue: don't expose workqueue_attrs to users
workqueue: remove no_numa from workqueue_attrs
include/linux/workqueue.h | 18 +-
kernel/workqueue.c | 433 +++++++++++++++++++++-------------------------
2 files changed, 200 insertions(+), 251 deletions(-)
--
2.1.0
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists