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." -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html