On Tue, Nov 18, 2014 at 06:14:30PM +0000, Bart Van Assche wrote: > > - > > - memset(&cmd->sdb, 0, sizeof(cmd->sdb)); > > - > > - if (scsi_prot_sg_count(cmd)) > > - scsi_free_sgtable(cmd->prot_sdb, false); > > -} > > Hello Christoph, > > Since I'm traveling I'm using a laptop with a small screen so I might be > missing some context information. What is not clear to me about this patch > is whether it changes a scsi_free_sgtable(cmd->prot_sdb, false) call into a > scsi_free_sgtable(cmd->prot_sdb, true) call for the non-mq path ? It does, and that is a bug. Thanks for catching it! -- 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