aboutsummaryrefslogtreecommitdiffstats
path: root/include/target
diff options
context:
space:
mode:
authorNicholas Bellinger <nab@linux-iscsi.org>2017-06-01 03:10:53 -0700
committerNicholas Bellinger <nab@linux-iscsi.org>2017-06-08 23:26:38 -0700
commitc17cd24959cdb12c855dc61e20c36fa25f21f3d3 (patch)
treeb89b07fde0aad062ca3b6610049c1898fa04e025 /include/target
parenttarget/iblock: Convert WRITE_SAME to blkdev_issue_zeroout (diff)
downloadlinux-dev-c17cd24959cdb12c855dc61e20c36fa25f21f3d3.tar.xz
linux-dev-c17cd24959cdb12c855dc61e20c36fa25f21f3d3.zip
target/configfs: Kill se_device->dev_link_magic
Instead of using a hardcoded magic value in se_device when verifying a target config_item symlink source during target_fabric_port_link(), go ahead and use target_core_dev_item_ops directly instead. Reviewed-by: Christoph Hellwig <hch@lst.de> Cc: Mike Christie <mchristi@redhat.com> Cc: Hannes Reinecke <hare@suse.com> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'include/target')
-rw-r--r--include/target/target_core_base.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/target/target_core_base.h b/include/target/target_core_base.h
index 0c1dce2ac6f0..c3c14d053122 100644
--- a/include/target/target_core_base.h
+++ b/include/target/target_core_base.h
@@ -746,8 +746,6 @@ struct se_dev_stat_grps {
};
struct se_device {
-#define SE_DEV_LINK_MAGIC 0xfeeddeef
- u32 dev_link_magic;
/* RELATIVE TARGET PORT IDENTIFER Counter */
u16 dev_rpti_counter;
/* Used for SAM Task Attribute ordering */