aboutsummaryrefslogtreecommitdiffstats
path: root/include/scsi
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2014-11-03 08:47:07 -0500
committerChristoph Hellwig <hch@lst.de>2014-11-12 05:19:41 -0500
commitabd0c533e37789ef56a73562d6d06d39897bd801 (patch)
tree6527d4c8c0da37ac9ab6d17e05b612995933f851 /include/scsi
parent609aa22f3be76d470a334f39cc2197112dc91bd7 (diff)
scsi: remove ordered_tag host template field
Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Bart Van Assche <bvanassche@acm.org> Reviewed-by: Mike Christie <michaelc@cs.wisc.edu> Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com> Reviewed-by: Hannes Reinecke <hare@suse.de>
Diffstat (limited to 'include/scsi')
-rw-r--r--include/scsi/scsi_host.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/scsi/scsi_host.h b/include/scsi/scsi_host.h
index bb9e27815be5..5b03ba9d7390 100644
--- a/include/scsi/scsi_host.h
+++ b/include/scsi/scsi_host.h
@@ -451,11 +451,6 @@ struct scsi_host_template {
451 */ 451 */
452 unsigned skip_settle_delay:1; 452 unsigned skip_settle_delay:1;
453 453
454 /*
455 * True if we are using ordered write support.
456 */
457 unsigned ordered_tag:1;
458
459 /* True if the controller does not support WRITE SAME */ 454 /* True if the controller does not support WRITE SAME */
460 unsigned no_write_same:1; 455 unsigned no_write_same:1;
461 456
@@ -670,11 +665,6 @@ struct Scsi_Host {
670 */ 665 */
671 unsigned reverse_ordering:1; 666 unsigned reverse_ordering:1;
672 667
673 /*
674 * Ordered write support
675 */
676 unsigned ordered_tag:1;
677
678 /* Task mgmt function in progress */ 668 /* Task mgmt function in progress */
679 unsigned tmf_in_progress:1; 669 unsigned tmf_in_progress:1;
680 670