From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Bottomley Subject: Re: [PATCH] a100u2w: fix bitmap lookup routine Date: Mon, 17 Mar 2008 09:46:44 -0500 Message-ID: <1205765204.6767.129.camel@localhost.localdomain> References: <20080317123200.GA17756@APFDCB5C> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: Received: from accolon.hansenpartnership.com ([76.243.235.52]:54999 "EHLO accolon.hansenpartnership.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752765AbYCQOqs (ORCPT ); Mon, 17 Mar 2008 10:46:48 -0400 In-Reply-To: <20080317123200.GA17756@APFDCB5C> Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: Akinobu Mita Cc: linux-scsi@vger.kernel.org, Alan Cox , Christoph Hellwig , Doug Ledford On Mon, 2008-03-17 at 21:32 +0900, Akinobu Mita wrote: > This patch is only compile tested. It looks fine to me ... I don't suppose we can find someone with an actual card to test it out, could we? Another observation is that this code is really trying to reinvent bitmaps, so if someone with a card cares they could convert it over to the linux bitmap infrastructure. James