From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760095AbYEEP2x (ORCPT ); Mon, 5 May 2008 11:28:53 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756857AbYEEP2n (ORCPT ); Mon, 5 May 2008 11:28:43 -0400 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 Subject: Re: [PATCH] Fusion MPT: Convert inactive_list_mutex in a mutex From: James Bottomley 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 In-Reply-To: <20080505152153.GD11462@traven> References: <20080504180544.GN20036@traven> <1209997566.3163.10.camel@localhost.localdomain> <20080505152153.GD11462@traven> Content-Type: text/plain Date: Mon, 05 May 2008 10:28:37 -0500 Message-Id: <1210001317.3163.15.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 (2.12.3-4.fc8) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.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