linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mike Christie <michaelc@cs.wisc.edu>
To: open-iscsi@googlegroups.com
Cc: linux-scsi@vger.kernel.org
Subject: Re: [PATCH] iscsi: fix compile error when debug enabled
Date: Thu, 25 Oct 2007 17:05:34 -0500	[thread overview]
Message-ID: <4721132E.6080600@cs.wisc.edu> (raw)
In-Reply-To: <4720F6CD.1000907@cybernetics.com>

Tony Battersby wrote:
> This patch fixes a compile error in iSCSI when DEBUG_SCSI is defined.
> 

Thanks we have a patch for that in the iscsi tree already.

> Signed-off-by: Tony Battersby <tonyb@cybernetics.com>
> ---
> --- linux-2.6.24-rc1/drivers/scsi/libiscsi.c.orig	2007-10-25 15:56:32.000000000 -0400
> +++ linux-2.6.24-rc1/drivers/scsi/libiscsi.c	2007-10-25 15:56:49.000000000 -0400
> @@ -1058,7 +1058,7 @@ static int iscsi_exec_abort_task(struct 
>  	if (!ctask->mtask) {
>  		spin_unlock_bh(&session->lock);
>  		iscsi_conn_failure(conn, ISCSI_ERR_CONN_FAILED);
> -		spin_lock_bh(&session->lock)
> +		spin_lock_bh(&session->lock);
>  		debug_scsi("abort sent failure [itt 0x%x]\n", ctask->itt);
>  		return -EPERM;
>  	}
> 
> 
> 
> --~--~---------~--~----~------------~-------~--~----~
> You received this message because you are subscribed to the Google Groups "open-iscsi" group.
> To post to this group, send email to open-iscsi@googlegroups.com
> To unsubscribe from this group, send email to open-iscsi-unsubscribe@googlegroups.com
> For more options, visit this group at http://groups.google.com/group/open-iscsi
> -~----------~----~----~----~------~----~------~--~---
> 


      reply	other threads:[~2007-10-25 22:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-25 20:04 [PATCH] iscsi: fix compile error when debug enabled Tony Battersby
2007-10-25 22:05 ` Mike Christie [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4721132E.6080600@cs.wisc.edu \
    --to=michaelc@cs.wisc.edu \
    --cc=linux-scsi@vger.kernel.org \
    --cc=open-iscsi@googlegroups.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).