mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-04-13 16:17:30 +07:00
target: Remove unused struct se_queue_req
Signed-off-by: Andy Grover <agrover@redhat.com> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
This commit is contained in:
parent
644df699d5
commit
ef28640497
@ -474,12 +474,6 @@ struct t10_reservation {
|
|||||||
struct t10_reservation_ops pr_ops;
|
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 {
|
struct se_queue_obj {
|
||||||
atomic_t queue_cnt;
|
atomic_t queue_cnt;
|
||||||
spinlock_t cmd_queue_lock;
|
spinlock_t cmd_queue_lock;
|
||||||
|
Loading…
Reference in New Issue
Block a user