diff --git a/include/target/target_core_base.h b/include/target/target_core_base.h index 159567359bbb0fea21d1ee0576fbeaca13331647..fc659fe6d7a042f9dd31c25e9fd7cd045b2eb4c6 100644 --- a/include/target/target_core_base.h +++ b/include/target/target_core_base.h @@ -554,6 +554,12 @@ struct se_cmd { * initialized on. Drivers can override. */ int cpuid; + + KABI_RESERVE(1) + KABI_RESERVE(2) + KABI_RESERVE(3) + KABI_RESERVE(4) + KABI_RESERVE(5) }; struct se_ua { @@ -869,6 +875,9 @@ struct se_device { int queue_cnt; struct se_device_queue *queues; struct mutex lun_reset_mutex; + + KABI_RESERVE(1) + KABI_RESERVE(2) }; struct target_opcode_descriptor {