From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Christie Subject: Re: [PATCH 01/12] libiscsi: Convert to host_lock less w/ interrupts disabled internally Date: Mon, 20 Dec 2010 18:42:14 -0600 Message-ID: <4D0FF7E6.2060104@cs.wisc.edu> References: <1292793727-31957-1-git-send-email-nab@linux-iscsi.org> <1292793727-31957-2-git-send-email-nab@linux-iscsi.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1292793727-31957-2-git-send-email-nab@linux-iscsi.org> Sender: linux-kernel-owner@vger.kernel.org To: "Nicholas A. Bellinger" Cc: linux-scsi , linux-kernel , James Bottomley , Jeff Garzik , Christoph Hellwig , FUJITA Tomonori , Hannes Reinecke , Mike Anderson , Tejun Heo , Vasu Dev , Tim Chen , Andi Kleen , Ravi Anand , Andrew Vasquez , Joe Eykholt , James Smart , Douglas Gilbert , adam radford , Kashyap Desai , MPTFusionLinux List-Id: linux-scsi@vger.kernel.org On 12/19/2010 03:21 PM, Nicholas A. Bellinger wrote: > prepd_fault: > @@ -1732,12 +1728,10 @@ fault: > scsi_out(sc)->resid = scsi_out(sc)->length; > scsi_in(sc)->resid = scsi_in(sc)->length; > } > - done(sc); > - spin_lock(host->host_lock); > + sc->scsi_done(sc); > return 0; Did you mean to send this patch or a different one? I think you sent a patch with this before and I said it was wrong. Did you disagree with that comment or did you change something else so it now works?