aboutsummaryrefslogtreecommitdiffstats
path: root/include/target
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2015-04-07 13:11:16 -0400
committerNicholas Bellinger <nab@linux-iscsi.org>2015-04-08 02:27:59 -0400
commitc3d0a7c21db219ef87679c2a667aba9f138524db (patch)
tree1958ebc8f480855b685fe805003e9b8ffb185664 /include/target
parent6766cc81191c946dcb8e8bfe49f220f9a1cc8b5c (diff)
target: remove the unused SCF_CMD_XCOPY_PASSTHROUGH flag
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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/target/target_core_base.h b/include/target/target_core_base.h
index fe25a78fff46..71699cf3cc71 100644
--- a/include/target/target_core_base.h
+++ b/include/target/target_core_base.h
@@ -168,7 +168,6 @@ enum se_cmd_flags_table {
168 SCF_ACK_KREF = 0x00040000, 168 SCF_ACK_KREF = 0x00040000,
169 SCF_COMPARE_AND_WRITE = 0x00080000, 169 SCF_COMPARE_AND_WRITE = 0x00080000,
170 SCF_COMPARE_AND_WRITE_POST = 0x00100000, 170 SCF_COMPARE_AND_WRITE_POST = 0x00100000,
171 SCF_CMD_XCOPY_PASSTHROUGH = 0x00200000,
172}; 171};
173 172
174/* struct se_dev_entry->lun_flags and struct se_lun->lun_access */ 173/* struct se_dev_entry->lun_flags and struct se_lun->lun_access */