Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933240Ab0LUAnU (ORCPT ); Mon, 20 Dec 2010 19:43:20 -0500 Received: from sabe.cs.wisc.edu ([128.105.6.20]:43501 "EHLO sabe.cs.wisc.edu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754388Ab0LUAnS (ORCPT ); Mon, 20 Dec 2010 19:43:18 -0500 Message-ID: <4D0FF7E6.2060104@cs.wisc.edu> Date: Mon, 20 Dec 2010 18:42:14 -0600 From: Mike Christie User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.15) Gecko/20101027 Fedora/3.0.10-1.fc12 Thunderbird/3.0.10 MIME-Version: 1.0 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 Subject: Re: [PATCH 01/12] libiscsi: Convert to host_lock less w/ interrupts disabled internally References: <1292793727-31957-1-git-send-email-nab@linux-iscsi.org> <1292793727-31957-2-git-send-email-nab@linux-iscsi.org> In-Reply-To: <1292793727-31957-2-git-send-email-nab@linux-iscsi.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 745 Lines: 20 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? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/