aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_file.c
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2015-06-19 15:14:39 +0200
committerNicholas Bellinger <nab@linux-iscsi.org>2015-06-23 00:43:48 -0700
commitce8dd25d0ebb1d868802e1d1c770f27f2249fae4 (patch)
treecf69a72fb9f19681e0e2b72ae49b89ab4c044a75 /drivers/target/target_core_file.c
parenttarget: implement WRITE_SAME with UNMAP bit using ->execute_unmap (diff)
downloadlinux-dev-ce8dd25d0ebb1d868802e1d1c770f27f2249fae4.tar.xz
linux-dev-ce8dd25d0ebb1d868802e1d1c770f27f2249fae4.zip
target: consolidate version defines
Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Andy Grover <agrover@redhat.com> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'drivers/target/target_core_file.c')
-rw-r--r--drivers/target/target_core_file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/target/target_core_file.c b/drivers/target/target_core_file.c
index f5da2c1891b5..7a0ef95b1407 100644
--- a/drivers/target/target_core_file.c
+++ b/drivers/target/target_core_file.c
@@ -61,7 +61,7 @@ static int fd_attach_hba(struct se_hba *hba, u32 host_id)
pr_debug("CORE_HBA[%d] - TCM FILEIO HBA Driver %s on Generic"
" Target Core Stack %s\n", hba->hba_id, FD_VERSION,
- TARGET_CORE_MOD_VERSION);
+ TARGET_CORE_VERSION);
pr_debug("CORE_HBA[%d] - Attached FILEIO HBA: %u to Generic\n",
hba->hba_id, fd_host->fd_host_id);