Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752474AbbETGhq (ORCPT ); Wed, 20 May 2015 02:37:46 -0400 Received: from cn.fujitsu.com ([59.151.112.132]:20468 "EHLO heian.cn.fujitsu.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1751927AbbETGhn (ORCPT ); Wed, 20 May 2015 02:37:43 -0400 X-IronPort-AV: E=Sophos;i="5.01,1,1399996800"; d="scan'208";a="92933269" From: Lai Jiangshan To: CC: Lai Jiangshan , Tejun Heo Subject: [PATCH 0/3] workqueue: misc cleanup Date: Wed, 20 May 2015 14:41:16 +0800 Message-ID: <1432104079-2881-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: 754 Lines: 24 patch1&2 are simple cleaups and reflect to recently changes. patch3 just moves code. Cc: Tejun Heo Lai Jiangshan (3): workqueue: remove the declaration of copy_workqueue_attrs() workqueue: remove the lock from wq_sysfs_prep_attrs() workqueue: move flush_scheduled_work() to workqueue.h include/linux/workqueue.h | 30 +++++++++++++++++++++++++++++- kernel/workqueue.c | 36 ++---------------------------------- 2 files changed, 31 insertions(+), 35 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/