Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932592AbVL2LIE (ORCPT ); Thu, 29 Dec 2005 06:08:04 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932593AbVL2LIE (ORCPT ); Thu, 29 Dec 2005 06:08:04 -0500 Received: from mx3.mail.elte.hu ([157.181.1.138]:5335 "EHLO mx3.mail.elte.hu") by vger.kernel.org with ESMTP id S932592AbVL2LIC (ORCPT ); Thu, 29 Dec 2005 06:08:02 -0500 Date: Thu, 29 Dec 2005 12:07:48 +0100 From: Ingo Molnar To: Jes Sorensen Cc: Christoph Hellwig , linux-kernel@vger.kernel.org Subject: Re: [patch] updates XFS mutex patch Message-ID: <20051229110748.GA11608@elte.hu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i X-ELTE-SpamScore: 0.0 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=0.0 required=5.9 tests=AWL autolearn=no SpamAssassin version=3.0.3 0.0 AWL AWL: From: address is in the auto white-list X-ELTE-VirusStatus: clean Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 499 Lines: 15 * Jes Sorensen wrote: > +#define mutex_destroy(lock) do{}while(0) FYI, there's now a mutex_destroy() op provided by mutex.h, which is functional if CONFIG_DEBUG_MUTEXES is enabled. (it hasnt been tested much though) Ingo - 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/