Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752484AbZG3VJu (ORCPT ); Thu, 30 Jul 2009 17:09:50 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752440AbZG3VJt (ORCPT ); Thu, 30 Jul 2009 17:09:49 -0400 Received: from bombadil.infradead.org ([18.85.46.34]:54623 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752169AbZG3VJs (ORCPT ); Thu, 30 Jul 2009 17:09:48 -0400 Date: Thu, 30 Jul 2009 17:09:46 -0400 From: Christoph Hellwig To: Thomas Gleixner Cc: LKML , Andrew Morton , Ingo Molnar , Peter Zijlstra , Steve French Subject: Re: [Patch RFC 20/37] cifs: convert semaphore to mutex Message-ID: <20090730210946.GA14722@infradead.org> References: <20090726081459.455111897@linutronix.de> <20090726081555.873287270@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090726081555.873287270@linutronix.de> User-Agent: Mutt/1.5.18 (2008-05-17) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 465 Lines: 12 On Sun, Jul 26, 2009 at 08:18:39AM -0000, Thomas Gleixner wrote: > - struct semaphore sesSem; > + struct mutex sesSem; If we touch every user of this anyway any chance we could give it a sane name, e.g. session_mutex? -- 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/