diff options
author | Andy Grover <agrover@redhat.com> | 2013-04-26 00:04:02 +0200 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2013-05-04 01:42:18 +0200 |
commit | 2acd09f3232825a0e95134703ec59bc327ef9967 (patch) | |
tree | 07f088664c87305c97079812ac052978cb7045ce /include | |
parent | iser-target: Add iSCSI Extensions for RDMA (iSER) target driver (diff) | |
download | linux-2acd09f3232825a0e95134703ec59bc327ef9967.tar.xz linux-2acd09f3232825a0e95134703ec59bc327ef9967.zip |
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/target/target_core_base.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/target/target_core_base.h b/include/target/target_core_base.h index c4af592f7057..136b7b2f7b32 100644 --- a/include/target/target_core_base.h +++ b/include/target/target_core_base.h @@ -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; |