public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] target: remove unused lun_flags field from se_lun
@ 2015-07-20 23:29 Spencer Baugh
  2015-07-20 23:29 ` [PATCH 2/2] target: remove initiatorname field in se_acl_lun Spencer Baugh
  2015-07-21 13:40 ` [PATCH 1/2] target: remove unused lun_flags field from se_lun Christoph Hellwig
  0 siblings, 2 replies; 5+ messages in thread
From: Spencer Baugh @ 2015-07-20 23:29 UTC (permalink / raw)
  To: Nicholas A. Bellinger, open list:TARGET SUBSYSTEM,
	open list:TARGET SUBSYSTEM, open list
  Cc: Spencer Baugh, Chris Zankel

From: Spencer Baugh <sbaugh@catern.com>

From: Chris Zankel <czankel@purestorage.com>

The lun_flags field is not used, so drop it.

Signed-off-by: Chris Zankel <czankel@purestorage.com>
---
 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.4.3


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-07-21 17:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-20 23:29 [PATCH 1/2] target: remove unused lun_flags field from se_lun Spencer Baugh
2015-07-20 23:29 ` [PATCH 2/2] target: remove initiatorname field in se_acl_lun Spencer Baugh
2015-07-21 13:41   ` Christoph Hellwig
2015-07-21 13:40 ` [PATCH 1/2] target: remove unused lun_flags field from se_lun Christoph Hellwig
2015-07-21 17:03   ` Spencer Baugh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox