diff mbox

[1/2] target: remove unused lun_flags field from se_lun

Message ID 1437434990-13452-1-git-send-email-Spencer.baugh@purestorage.com (mailing list archive)
State New, archived
Headers show

Commit Message

Spencer Baugh July 20, 2015, 11:29 p.m. UTC
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(-)

Comments

Christoph Hellwig July 21, 2015, 1:40 p.m. UTC | #1
Looks good,

but what's up with your From lines:

On Mon, Jul 20, 2015 at 04:29:49PM -0700, Spencer Baugh wrote:
> From: Spencer Baugh <sbaugh@catern.com>
> 
> From: Chris Zankel <czankel@purestorage.com>

plus another address for you in the actual email From line.  Who
did actually write this patch?
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Spencer Baugh July 21, 2015, 5:03 p.m. UTC | #2
Christoph Hellwig <hch@infradead.org> writes:

> Looks good,
>
> but what's up with your From lines:
>
> On Mon, Jul 20, 2015 at 04:29:49PM -0700, Spencer Baugh wrote:
>> From: Spencer Baugh <sbaugh@catern.com>
>> 
>> From: Chris Zankel <czankel@purestorage.com>
>
> plus another address for you in the actual email From line.  Who
> did actually write this patch?

Sorry, ignore the first From: line; the correct one is
From: Chris Zankel <czankel@purestorage.com>
for both patches
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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