[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1437434990-13452-1-git-send-email-Spencer.baugh@purestorage.com>
Date: Mon, 20 Jul 2015 16:29:49 -0700
From: Spencer Baugh <spencer.baugh@...estorage.com>
To: "Nicholas A. Bellinger" <nab@...ux-iscsi.org>,
linux-scsi@...r.kernel.org (open list:TARGET SUBSYSTEM),
target-devel@...r.kernel.org (open list:TARGET SUBSYSTEM),
linux-kernel@...r.kernel.org (open list)
Cc: Spencer Baugh <sbaugh@...ern.com>,
Chris Zankel <czankel@...estorage.com>
Subject: [PATCH 1/2] target: remove unused lun_flags field from se_lun
From: Spencer Baugh <sbaugh@...ern.com>
From: Chris Zankel <czankel@...estorage.com>
The lun_flags field is not used, so drop it.
Signed-off-by: Chris Zankel <czankel@...estorage.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists