Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750891AbVL2RLh (ORCPT ); Thu, 29 Dec 2005 12:11:37 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750893AbVL2RLh (ORCPT ); Thu, 29 Dec 2005 12:11:37 -0500 Received: from pentafluge.infradead.org ([213.146.154.40]:32205 "EHLO pentafluge.infradead.org") by vger.kernel.org with ESMTP id S1750890AbVL2RLh (ORCPT ); Thu, 29 Dec 2005 12:11:37 -0500 Date: Thu, 29 Dec 2005 17:11:35 +0000 From: Christoph Hellwig To: Ingo Molnar Cc: Christoph Hellwig , Jes Sorensen , Christoph Hellwig , linux-kernel@vger.kernel.org, torvalds@osdl.org Subject: Re: [patch] updates XFS mutex patch Message-ID: <20051229171135.GA21988@infradead.org> Mail-Followup-To: Christoph Hellwig , Ingo Molnar , Jes Sorensen , Christoph Hellwig , linux-kernel@vger.kernel.org, torvalds@osdl.org References: <20051229144824.GC18833@infradead.org> <20051229165811.GA23502@elte.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051229165811.GA23502@elte.hu> User-Agent: Mutt/1.4.2.1i X-SRS-Rewrite: SMTP reverse-path rewritten from by pentafluge.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1007 Lines: 22 On Thu, Dec 29, 2005 at 05:58:11PM +0100, Ingo Molnar wrote: > > * Christoph Hellwig wrote: > > > It's say just switch XFS to the one-arg mutex_init variant. > > > > And ingo. please add the mutex_t typedef, analogue to spinlock_t it's > > a totally opaqueue to the users type, so it really should be a > > typedef. After that the XFS mutex.h can just go away. > > that's not possible, due to DEFINE_MUTEX() and due to struct mutex being > embedded in other structures. I dont think we want to lose that property > of struct semaphore, and only restrict mutex usage to pointers. Sorry, but I don't get this sentence at all. Can you try to rephrase it? What does DEFINE_MUTEX have to do with declaring either a typedef or structure? - 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/