All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matthew Wilcox <matthew@wil.cx>
To: Madhu Iyengar <madhu.iyengar@qlogic.com>
Cc: Matthew Wilcox <willy@linux.intel.com>,
	"linux-scsi@vger.kernel.org" <linux-scsi@vger.kernel.org>
Subject: Re: [PATCH 3/3] qla2xxx: Run queuecommand outside the host_lock
Date: Fri, 1 Apr 2011 21:31:24 -0600	[thread overview]
Message-ID: <20110402033123.GB7286@parisc-linux.org> (raw)
In-Reply-To: <5E4F49720D0BAD499EE1F01232234BA8728A7B1A4F@AVEXMB1.qlogic.org>

On Fri, Apr 01, 2011 at 02:33:08PM -0700, Madhu Iyengar wrote:
> Mathew,
> 
> We submitted the host_lock related changes earlier, and the changes were accepted and went into the 2.6.38-rc6 (or round-about that timeframe) upstream kernel.
> 
> Here's the patch in that sequence we submitted earlier (which is now in the upstream/scsi stream):
> http://marc.info/?l=linux-scsi&m=129850384318495&w=2

Ah, cool.  You missed a step though:

	scsi_qla_host_t *vha = shost_priv(cmd->device->host);

That can just be:

	scsi_qla_host_t *vha = shost_priv(host);

-- 
Matthew Wilcox				Intel Open Source Technology Centre
"Bill, look, we understand that you're interested in selling us this
operating system, but compare it to ours.  We can't possibly take such
a retrograde step."

  reply	other threads:[~2011-04-02  3:31 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-01 20:22 [PATCH 3/3] qla2xxx: Run queuecommand outside the host_lock Matthew Wilcox
2011-04-01 21:33 ` Madhu Iyengar
2011-04-02  3:31   ` Matthew Wilcox [this message]
2011-04-02 14:22     ` Madhu Iyengar
2011-04-08 23:07       ` Madhu Iyengar

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=20110402033123.GB7286@parisc-linux.org \
    --to=matthew@wil.cx \
    --cc=linux-scsi@vger.kernel.org \
    --cc=madhu.iyengar@qlogic.com \
    --cc=willy@linux.intel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.