Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262561AbVBBXgJ (ORCPT ); Wed, 2 Feb 2005 18:36:09 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262810AbVBBXf4 (ORCPT ); Wed, 2 Feb 2005 18:35:56 -0500 Received: from mail.kroah.org ([69.55.234.183]:18129 "EHLO perch.kroah.org") by vger.kernel.org with ESMTP id S262825AbVBBXfT (ORCPT ); Wed, 2 Feb 2005 18:35:19 -0500 Date: Wed, 2 Feb 2005 15:35:00 -0800 From: Greg KH To: Mike Waychison Cc: Bill Davidsen , Jirka Kosina , Patrick Mochel , Linus Torvalds , linux-kernel@vger.kernel.org Subject: Re: [PATCH] fix bad locking in drivers/base/driver.c Message-ID: <20050202233500.GA14696@kroah.com> References: <20050125055651.GA1987@kroah.com> <41F5F623.5090903@sun.com> <41F64E87.8040501@tmr.com> <41F66F86.4000609@sun.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41F66F86.4000609@sun.com> User-Agent: Mutt/1.5.6i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 676 Lines: 19 On Tue, Jan 25, 2005 at 11:10:46AM -0500, Mike Waychison wrote: > Get rid of semaphore abuse by converting device_driver->unload_sem > semaphore to device_driver->unloaded completion. > > This should get rid of any confusion as well as save a few bytes in the > process. > > Signed-off-by: Mike Waychison Thanks, I've applied this to my trees, and it will show up in the next -mm releases. 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/