On 08/27/13 18:39, Jack Wang wrote:
I look into scsi core about above statement:
In drivers/scsi/scsi_scan.c:865:                

  if ((sdev->scsi_level >= SCSI_2) && (inq_result[7] & 2) &&
             !(*bflags & BLIST_NOTQ))
                 sdev->tagged_supported = 1;
It check inquiry result byte 7 with cmdque bit.

Ah, thanks for looking that up. I had overlooked that statement. So it should be fine to keep all the code that depends on the value of sdev->tagged_supported.

Regards,

Bart.

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to