Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit abd0c533 authored by Christoph Hellwig's avatar Christoph Hellwig
Browse files

scsi: remove ordered_tag host template field

parent 609aa22f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -418,7 +418,6 @@ struct Scsi_Host *scsi_host_alloc(struct scsi_host_template *sht, int privsize)
	shost->cmd_per_lun = sht->cmd_per_lun;
	shost->unchecked_isa_dma = sht->unchecked_isa_dma;
	shost->use_clustering = sht->use_clustering;
	shost->ordered_tag = sht->ordered_tag;
	shost->no_write_same = sht->no_write_same;

	if (shost_eh_deadline == -1 || !sht->eh_host_reset_handler)
+0 −1
Original line number Diff line number Diff line
@@ -817,7 +817,6 @@ static struct scsi_host_template uas_host_template = {
	.sg_tablesize = SG_NONE,
	.cmd_per_lun = 1,	/* until we override it */
	.skip_settle_delay = 1,
	.ordered_tag = 1,

	/*
	 * The uas drivers expects tags not to be bigger than the maximum
+0 −10
Original line number Diff line number Diff line
@@ -451,11 +451,6 @@ struct scsi_host_template {
	 */
	unsigned skip_settle_delay:1;

	/*
	 * True if we are using ordered write support.
	 */
	unsigned ordered_tag:1;

	/* True if the controller does not support WRITE SAME */
	unsigned no_write_same:1;

@@ -670,11 +665,6 @@ struct Scsi_Host {
	 */
	unsigned reverse_ordering:1;

	/*
	 * Ordered write support
	 */
	unsigned ordered_tag:1;

	/* Task mgmt function in progress */
	unsigned tmf_in_progress:1;