aboutsummaryrefslogtreecommitdiffstats
path: root/include/target
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@infradead.org>2012-10-10 17:37:14 -0400
committerNicholas Bellinger <nab@linux-iscsi.org>2012-11-06 23:55:45 -0500
commit019c4ca621488739b1bfb7597a14ac7f0cbcc908 (patch)
tree2717b223b7a5d1fbd8765805879b87446ea98862 /include/target
parente6c4219b54ac9d0bd348ea59e606303f9aef1784 (diff)
target: kill dev->dev_task_attr_type
We can just key off ordered tag emulation of the transport_type field. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'include/target')
-rw-r--r--include/target/target_core_base.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/target/target_core_base.h b/include/target/target_core_base.h
index f6355fc325a8..15af1307d064 100644
--- a/include/target/target_core_base.h
+++ b/include/target/target_core_base.h
@@ -233,16 +233,6 @@ typedef enum {
233} t10_alua_index_t; 233} t10_alua_index_t;
234 234
235/* 235/*
236 * Used by TCM Core internally to signal if SAM Task Attribute emulation
237 * is enabled or disabled, or running in with TCM/pSCSI passthrough mode
238 */
239typedef enum {
240 SAM_TASK_ATTR_PASSTHROUGH,
241 SAM_TASK_ATTR_UNTAGGED,
242 SAM_TASK_ATTR_EMULATED
243} t10_task_attr_index_t;
244
245/*
246 * Used for target SCSI statistics 236 * Used for target SCSI statistics
247 */ 237 */
248typedef enum { 238typedef enum {
@@ -686,7 +676,6 @@ struct se_device {
686 u32 queue_depth; 676 u32 queue_depth;
687 /* Used for SPC-2 reservations enforce of ISIDs */ 677 /* Used for SPC-2 reservations enforce of ISIDs */
688 u64 dev_res_bin_isid; 678 u64 dev_res_bin_isid;
689 t10_task_attr_index_t dev_task_attr_type;
690 /* Pointer to transport specific device structure */ 679 /* Pointer to transport specific device structure */
691 u32 dev_index; 680 u32 dev_index;
692 u64 creation_time; 681 u64 creation_time;