diff options
author | Christoph Hellwig <hch@infradead.org> | 2011-11-14 11:36:29 -0500 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2011-12-06 01:00:52 -0500 |
commit | 2d3a4b51df4db2ee0415f42a63b9629a7977b975 (patch) | |
tree | fd83d9881b4d2041061d62271fea53af8a81be44 /include/target | |
parent | aad13ca20d960ab74b739d7bbe876dac4502f546 (diff) |
target: remove the t_tasks_fua se_cmd field
And use a SCF_FUA flag instead.
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/target/target_core_base.h b/include/target/target_core_base.h index 29773342f2c6..357af4546d25 100644 --- a/include/target/target_core_base.h +++ b/include/target/target_core_base.h | |||
@@ -103,6 +103,7 @@ enum se_cmd_flags_table { | |||
103 | SCF_SCSI_NON_DATA_CDB = 0x00000040, | 103 | SCF_SCSI_NON_DATA_CDB = 0x00000040, |
104 | SCF_SCSI_CDB_EXCEPTION = 0x00000080, | 104 | SCF_SCSI_CDB_EXCEPTION = 0x00000080, |
105 | SCF_SCSI_RESERVATION_CONFLICT = 0x00000100, | 105 | SCF_SCSI_RESERVATION_CONFLICT = 0x00000100, |
106 | SCF_FUA = 0x00000200, | ||
106 | SCF_SE_LUN_CMD = 0x00000800, | 107 | SCF_SE_LUN_CMD = 0x00000800, |
107 | SCF_SE_ALLOW_EOO = 0x00001000, | 108 | SCF_SE_ALLOW_EOO = 0x00001000, |
108 | SCF_SENT_CHECK_CONDITION = 0x00004000, | 109 | SCF_SENT_CHECK_CONDITION = 0x00004000, |
@@ -458,7 +459,6 @@ struct se_cmd { | |||
458 | unsigned char __t_task_cdb[TCM_MAX_COMMAND_SIZE]; | 459 | unsigned char __t_task_cdb[TCM_MAX_COMMAND_SIZE]; |
459 | unsigned long long t_task_lba; | 460 | unsigned long long t_task_lba; |
460 | int t_tasks_failed; | 461 | int t_tasks_failed; |
461 | int t_tasks_fua; | ||
462 | bool t_tasks_bidi; | 462 | bool t_tasks_bidi; |
463 | u32 t_tasks_sg_chained_no; | 463 | u32 t_tasks_sg_chained_no; |
464 | atomic_t t_fe_count; | 464 | atomic_t t_fe_count; |