target: Remove unused struct members in se_dev_entry
Some were incremented, but never used anywhere from what I could tell. Signed-off-by: Andy Grover <agrover@redhat.com> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
This commit is contained in:

committed by
Nicholas Bellinger

parent
b8d26b3be8
commit
2acd09f323
@@ -572,12 +572,8 @@ struct se_dev_entry {
|
||||
bool def_pr_registered;
|
||||
/* See transport_lunflags_table */
|
||||
u32 lun_flags;
|
||||
u32 deve_cmds;
|
||||
u32 mapped_lun;
|
||||
u32 average_bytes;
|
||||
u32 last_byte_count;
|
||||
u32 total_cmds;
|
||||
u32 total_bytes;
|
||||
u64 pr_res_key;
|
||||
u64 creation_time;
|
||||
u32 attach_count;
|
||||
|
Reference in New Issue
Block a user