summaryrefslogtreecommitdiffstats
path: root/include/target
diff options
context:
space:
mode:
authorNicholas Bellinger2015-03-08 09:04:44 +0100
committerNicholas Bellinger2015-06-01 09:25:04 +0200
commit84786546b6ff8d50c3e4c1ea877a872cf55d485a (patch)
treed20e85aa5531f23ad56e15f5efebff830553d041 /include/target
parenttarget: Convert core_tpg_deregister to use list splice (diff)
downloadkernel-qcow2-linux-84786546b6ff8d50c3e4c1ea877a872cf55d485a.tar.gz
kernel-qcow2-linux-84786546b6ff8d50c3e4c1ea877a872cf55d485a.tar.xz
kernel-qcow2-linux-84786546b6ff8d50c3e4c1ea877a872cf55d485a.zip
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.h3
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 {
u32 mapped_lun;
struct se_node_acl *se_lun_nacl;
struct se_lun *se_lun;
- struct list_head lacl_list;
struct config_group se_lun_group;
struct se_ml_stat_grps ml_stat_grps;
};
@@ -715,10 +714,8 @@ struct se_lun {
u32 unpacked_lun;
u32 lun_index;
atomic_t lun_acl_count;
- spinlock_t lun_acl_lock;
spinlock_t lun_sep_lock;
struct completion lun_shutdown_comp;
- struct list_head lun_acl_list;
struct se_device *lun_se_dev;
struct se_port *lun_sep;
struct config_group lun_group;