projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
644df69
)
target: Remove unused struct se_queue_req
author
Andy Grover
<agrover@redhat.com>
Thu, 19 Jan 2012 21:39:13 +0000
(13:39 -0800)
committer
Nicholas Bellinger
<nab@linux-iscsi.org>
Sat, 25 Feb 2012 22:37:47 +0000
(14:37 -0800)
Signed-off-by: Andy Grover <agrover@redhat.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
include/target/target_core_base.h
patch
|
blob
|
history
diff --git
a/include/target/target_core_base.h
b/include/target/target_core_base.h
index
f609af4
..
41dd91b
100644
(file)
--- 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;