On Wed, Dec 21, 2011 at 1:48 PM, Nicholas A. Bellinger <nab@xxxxxxxxxxxxxxx> wrote: > So looking at qla_tgt-3.3, qla_target.c:2591 lines up with the > following: > > void qla_tgt_free_cmd(struct qla_tgt_cmd *cmd) > { > BUG_ON(cmd->sg_mapped); > > if (unlikely(cmd->free_sg)) > kfree(cmd->sg); > kmem_cache_free(qla_tgt_cmd_cachep, cmd); > } Sorry, yeah, grabbed the wrong chunk when quoting your mail. This is the real BUG we're hitting. - R. -- 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