target: remove unused lun_flags field from se_lun

The lun_flags field is not used, so drop it.

Signed-off-by: Chris Zankel <czankel@purestorage.com>
Signed-off-by: Spencer Baugh <spencer.baugh@purestorage.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
This commit is contained in:
Chris Zankel 2015-07-20 16:29:49 -07:00 committed by Nicholas Bellinger
parent a73c2a2f91
commit 53c46995b6
1 changed files with 0 additions and 1 deletions

View File

@ -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 */