2015-08-14 05:43:32

by Spencer Baugh

[permalink] [raw]
Subject: [PATCH v2] target: remove unused lun_flags field from se_lun

From: Chris Zankel <[email protected]>

The lun_flags field is not used, so drop it.

Signed-off-by: Chris Zankel <[email protected]>
Signed-off-by: Spencer Baugh <[email protected]>
---
include/target/target_core_base.h | 1 -
1 file changed, 1 deletion(-)

diff --git a/include/target/target_core_base.h b/include/target/target_core_base.h
index 17ae2d6..0a7c44e 100644
--- a/include/target/target_core_base.h
+++ b/include/target/target_core_base.h
@@ -685,7 +685,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 */
--
2.5.0.rc3