aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Zankel <[email protected]>2015-07-20 16:29:49 -0700
committerNicholas Bellinger <[email protected]>2015-07-30 22:56:06 -0700
commit53c46995b6ed7cb32a28bce1f4a25065baf65d8f (patch)
treedb3317974a7cf11fa4763dc937f763dc1c04f1dd
parenta73c2a2f9123605022bedbd2b59ca7e76036f0b3 (diff)
target: remove unused lun_flags field from se_lun
The lun_flags field is not used, so drop it. Signed-off-by: Chris Zankel <[email protected]> Signed-off-by: Spencer Baugh <[email protected]> Reviewed-by: Christoph Hellwig <[email protected]> Signed-off-by: Nicholas Bellinger <[email protected]>
-rw-r--r--include/target/target_core_base.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/target/target_core_base.h b/include/target/target_core_base.h
index a6816444d81b..d57a0cbf265b 100644
--- a/include/target/target_core_base.h
+++ b/include/target/target_core_base.h
@@ -680,7 +680,6 @@ struct se_lun {
#define SE_LUN_LINK_MAGIC 0xffff7771
u32 lun_link_magic;
u32 lun_access;
- u32 lun_flags;
u32 lun_index;
/* RELATIVE TARGET PORT IDENTIFER */