From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Bottomley Subject: Re: [PATCH] Fusion MPT: Convert inactive_list_mutex in a mutex Date: Mon, 05 May 2008 10:28:37 -0500 Message-ID: <1210001317.3163.15.camel@localhost.localdomain> References: <20080504180544.GN20036@traven> <1209997566.3163.10.camel@localhost.localdomain> <20080505152153.GD11462@traven> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: Received: from accolon.hansenpartnership.com ([76.243.235.52]:42141 "EHLO accolon.hansenpartnership.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756069AbYEEP2m (ORCPT ); Mon, 5 May 2008 11:28:42 -0400 In-Reply-To: <20080505152153.GD11462@traven> Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: Matthias Kaehlcke Cc: Eric.Moore@lsi.com, support@lsi.com, DL-MPTFusionLinux@lsi.com, linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org, akpm@linux-foundation.org On Mon, 2008-05-05 at 17:21 +0200, Matthias Kaehlcke wrote: > El Mon, May 05, 2008 at 09:26:06AM -0500 James Bottomley ha dit: > > > On Sun, 2008-05-04 at 20:05 +0200, Matthias Kaehlcke wrote: > > > MPT Fusion: The semaphore inactive_list_mutex is used as a > > > mutex. Convert it to the mutex API > > > > > > Signed-off-by: Matthias Kaehlcke > > > > Um, it would at least vaguely help if you checked the tree; even > > actually trying to apply the patch would have told you. I know the > > email notifications from scsi misc can sometimes get lost. > > > > commit ed5f606fef22e515331aab4c1f927775cf4af70e > > Author: Matthias Kaehlcke > > Date: Sun Mar 9 12:16:27 2008 +0100 > > > > [SCSI] mpt fusion: convert inactive_list_mutex to a mutex > > apologizes for my ignorance, which tree exactly should i have checked > for this patch? is it linux/kernel/git/jejb/scsi-misc-2.6.git? It's in the released kernel and has been there for the past two weeks. James