Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753209AbbEKJcd (ORCPT ); Mon, 11 May 2015 05:32:33 -0400 Received: from cn.fujitsu.com ([59.151.112.132]:49215 "EHLO heian.cn.fujitsu.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1752534AbbEKJc3 (ORCPT ); Mon, 11 May 2015 05:32:29 -0400 X-IronPort-AV: E=Sophos;i="5.04,848,1406563200"; d="scan'208";a="91971894" From: Lai Jiangshan To: CC: Lai Jiangshan , Tejun Heo Subject: [PATCH 0/5] workqueue: cleanup for apply_workqueue_attrs() Date: Mon, 11 May 2015 17:35:47 +0800 Message-ID: <1431336953-3260-1-git-send-email-laijs@cn.fujitsu.com> X-Mailer: git-send-email 2.1.0 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.167.226.103] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 997 Lines: 31 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 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/