From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756789Ab0FNWAT (ORCPT ); Mon, 14 Jun 2010 18:00:19 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:43934 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750744Ab0FNWAR (ORCPT ); Mon, 14 Jun 2010 18:00:17 -0400 Date: Mon, 14 Jun 2010 14:58:39 -0700 From: Andrew Morton To: Tejun Heo Cc: mingo@elte.hu, awalls@radix.net, linux-kernel@vger.kernel.org, jeff@garzik.org, rusty@rustcorp.com.au, cl@linux-foundation.org, dhowells@redhat.com, arjan@linux.intel.com, johannes@sipsolutions.net, oleg@redhat.com, axboe@kernel.dk Subject: Re: [PATCHSET] workqueue: concurrency managed workqueue, take#5 Message-Id: <20100614145839.8ac7687a.akpm@linux-foundation.org> In-Reply-To: <1276551467-21246-1-git-send-email-tj@kernel.org> References: <1276551467-21246-1-git-send-email-tj@kernel.org> X-Mailer: Sylpheed 2.4.8 (GTK+ 2.12.9; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 14 Jun 2010 23:37:17 +0200 Tejun Heo wrote: > This is the fifth take of cmwq (concurrency managed workqueue) > patchset. What is a concurrency managed workqueue and why do we want one?