Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756072AbYAGIot (ORCPT ); Mon, 7 Jan 2008 03:44:49 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754477AbYAGIoi (ORCPT ); Mon, 7 Jan 2008 03:44:38 -0500 Received: from mx2.suse.de ([195.135.220.15]:42146 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754063AbYAGIoh (ORCPT ); Mon, 7 Jan 2008 03:44:37 -0500 Date: Mon, 7 Jan 2008 00:45:28 -0800 From: Greg KH To: Dave Young Cc: Stefan Richter , stern@rowland.harvard.edu, peterz@infradead.org, david-b@pacbell.net, davem@davemloft.net, jarkao2@gmail.com, krh@redhat.com, dbrownell@users.sourceforge.net, James.Bottomley@HansenPartnership.com, a.zummo@towertech.it, cbou@mail.ru, dwmw2@infradead.org, linux1394-devel@lists.sourceforge.net, spi-devel-general@lists.sourceforge.net, linux-scsi@vger.kernel.org, rtc-linux@googlegroups.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/7] convert semaphore to mutex in struct class Message-ID: <20080107084528.GA8365@suse.de> References: <20080103055019.GA4885@darkstar.te-china.tietoenator.com> <478120D9.5090404@s5r6.in-berlin.de> <20080107020944.GA3637@darkstar.te-china.tietoenator.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080107020944.GA3637@darkstar.te-china.tietoenator.com> User-Agent: Mutt/1.5.16 (2007-06-09) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1008 Lines: 27 On Mon, Jan 07, 2008 at 10:09:44AM +0800, Dave Young wrote: > > Thanks for your comment, I rewrite it for 2.6.24-rc7 as a all-in-one > patch, please see following. Drop i2c maintainer and list in cc > because there's no changes about i2c in this patch: > > Convert semaphore to mutex in struct class Most of the non-driver core code should be converted to not use the lock in the class at all. They should use a local lock instead. So how about a patch series that removes the usage of the current semaphore from the different drivers, and then, a single patch that converts the semaphore to mutex in the class code, it should not touch anything outside of the drivers/base/ directory (not including the driver.h file.) Sound reasonable? thanks, greg k-h -- 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/