aboutsummaryrefslogtreecommitdiffstats
path: root/include/target
diff options
context:
space:
mode:
Diffstat (limited to 'include/target')
-rw-r--r--include/target/target_core_base.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/target/target_core_base.h b/include/target/target_core_base.h
index 9d514e06625f..bbcf803e0916 100644
--- a/include/target/target_core_base.h
+++ b/include/target/target_core_base.h
@@ -184,7 +184,8 @@ enum se_cmd_flags_table {
184 SCF_ALUA_NON_OPTIMIZED = 0x00040000, 184 SCF_ALUA_NON_OPTIMIZED = 0x00040000,
185 SCF_DELAYED_CMD_FROM_SAM_ATTR = 0x00080000, 185 SCF_DELAYED_CMD_FROM_SAM_ATTR = 0x00080000,
186 SCF_UNUSED = 0x00100000, 186 SCF_UNUSED = 0x00100000,
187 SCF_PASSTHROUGH_SG_TO_MEM_NOALLOC = 0x00400000, 187 SCF_PASSTHROUGH_SG_TO_MEM_NOALLOC = 0x00200000,
188 SCF_ACK_KREF = 0x00400000,
188}; 189};
189 190
190/* struct se_dev_entry->lun_flags and struct se_lun->lun_access */ 191/* struct se_dev_entry->lun_flags and struct se_lun->lun_access */