2014-11-04 8:54 GMT+01:00 Christoph Hellwig <hch@xxxxxx>: > Now that we also get proper values in cmd->request->tag for untagged > commands, there is no need to force tagged_supported to on in drivers > that need host-wide tags. > > Signed-off-by: Christoph Hellwig <hch@xxxxxx> > --- > drivers/scsi/fnic/fnic_main.c | 2 -- > drivers/scsi/libsas/sas_scsi_host.c | 1 - > diff --git a/drivers/scsi/libsas/sas_scsi_host.c b/drivers/scsi/libsas/sas_scsi_host.c > index 56d698a..89e8b68 100644 > --- a/drivers/scsi/libsas/sas_scsi_host.c > +++ b/drivers/scsi/libsas/sas_scsi_host.c > @@ -945,7 +945,6 @@ int sas_slave_configure(struct scsi_device *scsi_dev) > SAS_DPRINTK("device %llx, LUN %llx doesn't support " > "TCQ\n", SAS_ADDR(dev->sas_addr), > scsi_dev->lun); > - scsi_dev->tagged_supported = 0; > scsi_adjust_queue_depth(scsi_dev, 1); > } Hi Christoph, The commit msg doesn't match for above, is it intentional ? Regards, Jack -- 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