Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755688AbZJAROT (ORCPT ); Thu, 1 Oct 2009 13:14:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752822AbZJAROS (ORCPT ); Thu, 1 Oct 2009 13:14:18 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:55043 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752708AbZJAROR (ORCPT ); Thu, 1 Oct 2009 13:14:17 -0400 Date: Thu, 1 Oct 2009 10:12:10 -0700 (PDT) From: Linus Torvalds X-X-Sender: torvalds@localhost.localdomain To: Tejun Heo cc: jeff@garzik.org, Ingo Molnar , Linux Kernel Mailing List , Andrew Morton , Jens Axboe , rusty@rustcorp.com.au, cl@linux-foundation.org, dhowells@redhat.com, arjan@linux.intel.com Subject: Re: [PATCH 19/19] workqueue: implement concurrency managed workqueue In-Reply-To: <1254384558-1018-20-git-send-email-tj@kernel.org> Message-ID: References: <1254384558-1018-1-git-send-email-tj@kernel.org> <1254384558-1018-20-git-send-email-tj@kernel.org> User-Agent: Alpine 2.01 (LFD 1184 2008-12-16) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1008 Lines: 27 On Thu, 1 Oct 2009, Tejun Heo wrote: > > To solve the above issues, this patch implements concurrency-managed > workqueue. Ok, all the other patches in the series looked great, this one looks scary. Everything else was pretty small and targeted, and if bugs appear, bisection would show the step that was nasty. And then comes the big flag-day patch that actually introduces all the new logic, and is the most complex of the lot. Maybe it's inevitable, but if this one could be split up a bit more, I'd find the series less scary. I don't know how, though (except by adding code that simply isn't used in previous patches, and that doesn't really help anything at all), so maybe the big "switch everything over at once" thing is unavoidable. Linus -- 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/