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 09:26:06 -0500 Message-ID: <1209997566.3163.10.camel@localhost.localdomain> References: <20080504180544.GN20036@traven> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: Received: from accolon.hansenpartnership.com ([76.243.235.52]:36352 "EHLO accolon.hansenpartnership.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756341AbYEEO0M (ORCPT ); Mon, 5 May 2008 10:26:12 -0400 In-Reply-To: <20080504180544.GN20036@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 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 James