From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <439EDBC9.5000304@rtr.ca> Date: Tue, 13 Dec 2005 09:33:45 -0500 From: Mark Lord MIME-Version: 1.0 Subject: Re: [PATCH 1/19] MUTEX: Introduce simple mutex implementation References: <20051212161944.3185a3f9.akpm@osdl.org> <20051213075441.GB6765@elte.hu> <1134460804.2866.17.camel@laptopd505.fenrus.org> <20051213090349.GE10088@elte.hu> <20051213090917.GC15804@wotan.suse.de> <20051213093427.GA26097@elte.hu> In-Reply-To: <20051213093427.GA26097@elte.hu> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit To: Ingo Molnar Cc: Andi Kleen , Arjan van de Ven , Andrew Morton , David Howells , torvalds@osdl.org, hch@infradead.org, matthew@wil.cx, linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org List-ID: >'struct compat_semaphore' I really think this data type needs a better name, one that reflects what it does. Something like 'struct binary_semaphore' or something. Cheers