From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH] tmscsim: Store pDCB in device->hostdata Date: Mon, 31 May 2004 10:22:10 +0100 Sender: linux-scsi-owner@vger.kernel.org Message-ID: <20040531092210.GA5556@infradead.org> References: <20040523103729.GA23804@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [213.146.154.40] ([213.146.154.40]:210 "EHLO pentafluge.infradead.org") by vger.kernel.org with ESMTP id S264550AbUEaJWO (ORCPT ); Mon, 31 May 2004 05:22:14 -0400 Content-Disposition: inline In-Reply-To: List-Id: linux-scsi@vger.kernel.org To: Guennadi Liakhovetski Cc: James Bottomley , Kurt Garloff , Linux SCSI list On Sun, May 30, 2004 at 11:01:31PM +0200, Guennadi Liakhovetski wrote: > On Sun, 23 May 2004, Christoph Hellwig wrote: > > > The other thing is that most calls to dc390_findDCB could probably be > > replaced with stroing the pDCB in scsi_device->hostdata on slave_alloc, > > but that could aswell be done in an incremental patch. > > Done in the attached patch. Tested as usual and a bit harder. > > BTW, just managed to re-organise my test-system to allow modular tmscsim. > Tested - works too. Patch looks good to me.