Christoph Hellwig <hch <at> lst.de> writes:
> -static void scsi_release_buffers(struct scsi_cmnd *cmd)
> -{
> - if (cmd->sdb.table.nents)
> - scsi_free_sgtable(&cmd->sdb, false);
> -
> - 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 ?
Thanks,
Bart.
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html