Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S937904AbZLHUoA (ORCPT ); Tue, 8 Dec 2009 15:44:00 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S937889AbZLHUn4 (ORCPT ); Tue, 8 Dec 2009 15:43:56 -0500 Received: from iolanthe.rowland.org ([192.131.102.54]:34571 "HELO iolanthe.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S936949AbZLHUnz (ORCPT ); Tue, 8 Dec 2009 15:43:55 -0500 Date: Tue, 8 Dec 2009 15:44:00 -0500 (EST) From: Alan Stern X-X-Sender: stern@iolanthe.rowland.org To: "Rafael J. Wysocki" cc: Linus Torvalds , Zhang Rui , LKML , ACPI Devel Maling List , pm list Subject: Re: Async resume patch (was: Re: [GIT PULL] PM updates for 2.6.33) In-Reply-To: <200912082130.14634.rjw@sisk.pl> Message-ID: 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: 1102 Lines: 29 On Tue, 8 Dec 2009, Rafael J. Wysocki wrote: > > This is a little more awkward because it requires the parent to iterate > > through its children. > > I can live with that. > > > But it does solve the off-tree dependency problem for suspends. > > That's a plus, but I still think we're trying to create a barrier-alike > mechanism using lock. > > There's one more possibility to consider, though. What if we use a completion > instead of the flag + wait queue? It surely is a standard synchronization > mechanism and it seems it might work here. You're right. I should have thought of that. Linus's original approach couldn't use a completion because during suspend it needed to make one task (the parent) wait for a bunch of others (the children). But if you iterate through the children by hand, that objection no longer applies. Alan Stern -- 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/