diff options
author | Nicholas Bellinger <nab@linux-iscsi.org> | 2015-03-08 04:04:44 -0400 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2015-06-01 03:25:04 -0400 |
commit | 84786546b6ff8d50c3e4c1ea877a872cf55d485a (patch) | |
tree | d20e85aa5531f23ad56e15f5efebff830553d041 /include/target | |
parent | 22793de590ca23a1e49b0ce5353911121fcc32be (diff) |
target: Drop unused se_lun->lun_acl_list
Reviewed-by: Hannes Reinecke <hare@suse.de>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Sagi Grimberg <sagig@mellanox.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'include/target')
-rw-r--r-- | include/target/target_core_base.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/target/target_core_base.h b/include/target/target_core_base.h index 2b6adace28b4..7908d6d04f91 100644 --- a/include/target/target_core_base.h +++ b/include/target/target_core_base.h | |||
@@ -632,7 +632,6 @@ struct se_lun_acl { | |||
632 | u32 mapped_lun; | 632 | u32 mapped_lun; |
633 | struct se_node_acl *se_lun_nacl; | 633 | struct se_node_acl *se_lun_nacl; |
634 | struct se_lun *se_lun; | 634 | struct se_lun *se_lun; |
635 | struct list_head lacl_list; | ||
636 | struct config_group se_lun_group; | 635 | struct config_group se_lun_group; |
637 | struct se_ml_stat_grps ml_stat_grps; | 636 | struct se_ml_stat_grps ml_stat_grps; |
638 | }; | 637 | }; |
@@ -715,10 +714,8 @@ struct se_lun { | |||
715 | u32 unpacked_lun; | 714 | u32 unpacked_lun; |
716 | u32 lun_index; | 715 | u32 lun_index; |
717 | atomic_t lun_acl_count; | 716 | atomic_t lun_acl_count; |
718 | spinlock_t lun_acl_lock; | ||
719 | spinlock_t lun_sep_lock; | 717 | spinlock_t lun_sep_lock; |
720 | struct completion lun_shutdown_comp; | 718 | struct completion lun_shutdown_comp; |
721 | struct list_head lun_acl_list; | ||
722 | struct se_device *lun_se_dev; | 719 | struct se_device *lun_se_dev; |
723 | struct se_port *lun_sep; | 720 | struct se_port *lun_sep; |
724 | struct config_group lun_group; | 721 | struct config_group lun_group; |