From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751445Ab0A3Fba (ORCPT ); Sat, 30 Jan 2010 00:31:30 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751256Ab0A3FbZ (ORCPT ); Sat, 30 Jan 2010 00:31:25 -0500 Received: from cantor2.suse.de ([195.135.220.15]:50297 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751117Ab0A3FbV (ORCPT ); Sat, 30 Jan 2010 00:31:21 -0500 Date: Fri, 29 Jan 2010 21:27:34 -0800 From: Greg KH To: Thomas Gleixner Cc: LKML , Christoph Hellwig , Peter Zijlstra , Ingo Molnar Subject: Re: [patch 07/10] usb: gadgetfs: Convert semaphore to mutex Message-ID: <20100130052734.GB22459@suse.de> References: <20100129203549.526478432@linutronix.de> <20100129203613.628793121@linutronix.de> <20100129211410.GB7265@suse.de> <20100129220721.GA19935@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Jan 30, 2010 at 12:04:46AM +0100, Thomas Gleixner wrote: > On Fri, 29 Jan 2010, Greg KH wrote: > > > On Fri, Jan 29, 2010 at 10:48:36PM +0100, Thomas Gleixner wrote: > > > On Fri, 29 Jan 2010, Greg KH wrote: > > > > > > > On Fri, Jan 29, 2010 at 08:38:59PM -0000, Thomas Gleixner wrote: > > > > > The semaphore data->lock is semantically a mutex. Convert it to a real > > > > > mutex. > > > > > > > > > > Signed-off-by: Thomas Gleixner > > > > > Cc: Greg Kroah-Hartman > > > > > > > > Acked-by: Greg Kroah-Hartman > > > > > > Can you take that via your usb tree or do you want me to push it > > > linuswards for .34 ? > > > > I tried to do this last time the patches were posted, but the core mutex > > changes were not in Linus's tree yet, so I could not as it broke my > > build. > > > > Has this changed? If so, I would be glad to do so. If not, I can't :( > > The two patches have no dependencies on anything else. They just > convert to the existing mutex infrastructure. Oops, I was thinking this was the same as the last type of patches that went out. I'll queue these up in my tree and send them to Linus for .34. thanks, greg k-h