Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755314Ab2EYHvM (ORCPT ); Fri, 25 May 2012 03:51:12 -0400 Received: from bedivere.hansenpartnership.com ([66.63.167.143]:55676 "EHLO bedivere.hansenpartnership.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750984Ab2EYHvK (ORCPT ); Fri, 25 May 2012 03:51:10 -0400 Message-ID: <1337932267.2932.7.camel@dabdike.int.hansenpartnership.com> Subject: Re: [PATCH 1/4] async: introduce 'async_domain' type From: James Bottomley To: Dan Williams Cc: mroos@linux.ee, linux-scsi@vger.kernel.org, Mark Brown , linux-kernel@vger.kernel.org, Arjan van de Ven , Liam Girdwood Date: Fri, 25 May 2012 08:51:07 +0100 In-Reply-To: <20120525075027.21933.75815.stgit@dwillia2-linux.jf.intel.com> References: <20120525074813.21933.91876.stgit@dwillia2-linux.jf.intel.com> <20120525075027.21933.75815.stgit@dwillia2-linux.jf.intel.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.3 Content-Transfer-Encoding: 7bit Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1246 Lines: 31 On Fri, 2012-05-25 at 00:50 -0700, Dan Williams wrote: > This is in preparation for teaching async_synchronize_full() to sync all > pending async work, and not just on the async_running domain. This > conversion is functionally equivalent, just embedding the existing list > in a new async_domain type. This looks good, but I want Arjan and others who invented the async code to speed up boot to comment on all of this. What was the intention of async_synchronize_full() and if it wasn't to synchronise all domains, should we fix the documentation and add a new primitive to do that, since boot clearly assumes the all domains behaviour. In the mean time, this is probably all a bit much for a merge window, so I'll revert commit a7a20d103994fd760766e6c9d494daa569cbfe06 Author: Dan Williams Date: Thu Mar 22 17:05:11 2012 -0700 [SCSI] sd: limit the scope of the async probe domain And we'll put whatever is chosen in early for the next merge window. James -- 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/