From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756785Ab0DXDOW (ORCPT ); Fri, 23 Apr 2010 23:14:22 -0400 Received: from mail-iw0-f197.google.com ([209.85.223.197]:57856 "EHLO mail-iw0-f197.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753628Ab0DXDOU convert rfc822-to-8bit (ORCPT ); Fri, 23 Apr 2010 23:14:20 -0400 MIME-Version: 1.0 In-Reply-To: References: Date: Fri, 23 Apr 2010 20:14:19 -0700 Message-ID: Subject: Re: [PATCH 1/9] PM: Add suspend block api. From: =?ISO-8859-1?Q?Arve_Hj=F8nnev=E5g?= To: Alan Stern Cc: Linux-pm mailing list , Kernel development list , Len Brown , Pavel Machek , "Rafael J. Wysocki" , Randy Dunlap , Jesse Barnes , Nigel Cunningham , Cornelia Huck , Ming Lei , Wu Fengguang , Andrew Morton , Maxim Levitsky , linux-doc@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 2010/4/23 Alan Stern : > On Fri, 23 Apr 2010, Arve Hjønnevåg wrote: > >> 2010/4/23 Alan Stern : >> > On Thu, 22 Apr 2010, [UTF-8] Arve Hjønnevåg wrote: >> ... >> >> +Calling suspend_block when the suspend blocker is active or suspend_unblock when >> >> +it is not active has no effect. This allows drivers to update their state and >> >> +call suspend suspend_block or suspend_unblock based on the result. >> > >> > But suspend_block() and suspend_unblock() don't nest.  You should >> > mention this. >> > >> >> I'm not sure what you mean by this? I think the first sentence >> dictates nesting is not supported. > > That fact is implicit from the first sentence.  Mentioning it > _explicitly_ will help people to understand more easily.  You don't > have to add much; a parenthetical remark would be enough: > >        Calling suspend_block when the suspend blocker is active or >        suspend_unblock when it is not active has no effect (i.e., >        these functions don't nest).  This allows drivers to ... > OK. -- Arve Hjønnevåg