Skip to content

Commit

Permalink
target: remove unused lun_flags field from se_lun
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Chris Zankel authored and Nicholas Bellinger committed Jul 31, 2015
1 parent a73c2a2 commit 53c4699
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/target/target_core_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 53c4699

Please sign in to comment.