Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753424AbYHCCIV (ORCPT ); Sat, 2 Aug 2008 22:08:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751043AbYHCCIM (ORCPT ); Sat, 2 Aug 2008 22:08:12 -0400 Received: from mail.ocs.com.au ([202.134.241.204]:14402 "EHLO mail.ocs.com.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750819AbYHCCIL (ORCPT ); Sat, 2 Aug 2008 22:08:11 -0400 X-Mailer: exmh version 2.7.2 01/07/2005 (debian 1:2.7.2-12) with nmh-1.2 From: Keith Owens To: Matthew Wilcox cc: Simon Horman , linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org, Tony Luck Subject: Re: [patch] IA64: suppress return value of down_trylock() in salinfo_work_to_do() In-reply-to: Your message of "Sat, 02 Aug 2008 19:32:00 CST." <20080803013159.GB26461@parisc-linux.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 03 Aug 2008 12:08:08 +1000 Message-ID: <12597.1217729288@ocs10w> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1130 Lines: 30 Matthew Wilcox (on Sat, 2 Aug 2008 19:32:00 -0600) wrote: >On Sun, Aug 03, 2008 at 10:06:58AM +1000, Simon Horman wrote: >> salinfo_work_to_do() intentionally ignores the return value of >> down_trylock() and calls up() regardless of if the lock >> was taken or not. >> >> This patch suppresses the warning generated by ignoring >> this return value - down_trylock() is annotated with __must_check. > >I can't say that I think this is a good idea. Has anyone looked at what >it would take to actually track this? For example, could we ever have >the situation where: > >task A acquires sem > >task B tries to acquire the sem, fails >task B releases the sem that it didn't acquire > >task A releases the sem, falls down, goes boom? Cannot happen. See the comment above the function: This routine must be called with data_saved_lock held, to make the down/up operation atomic -- 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/