diff options
Diffstat (limited to 'include/target')
-rw-r--r-- | include/target/target_core_base.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/target/target_core_base.h b/include/target/target_core_base.h index f609af441422..41dd91b98907 100644 --- a/include/target/target_core_base.h +++ b/include/target/target_core_base.h @@ -474,12 +474,6 @@ struct t10_reservation { struct t10_reservation_ops pr_ops; }; -struct se_queue_req { - int state; - struct se_cmd *cmd; - struct list_head qr_list; -}; - struct se_queue_obj { atomic_t queue_cnt; spinlock_t cmd_queue_lock; |