[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1232762218.24642.16.camel@haakon2.linux-iscsi.org>
Date: Fri, 23 Jan 2009 17:56:58 -0800
From: "Nicholas A. Bellinger" <nab@...ux-iscsi.org>
To: "Linux-iSCSI.org Target Dev"
<linux-iscsi-target-dev@...glegroups.com>
Cc: LKML <linux-kernel@...r.kernel.org>,
linux-scsi <linux-scsi@...r.kernel.org>
Subject: [PATCH 2/6] [Target_Core_Mod/RAMDISK]: Update
transport_generic_emulate_inquiry() usage
>>From 6d4128f111081e3dd0706a26ae2d8a44915b0d21 Mon Sep 17 00:00:00 2001
From: Nicholas Bellinger <nab@...ux-iscsi.org>
Date: Fri, 23 Jan 2009 17:22:04 -0800
Subject: [PATCH 2/6] [Target_Core_Mod/RAMDISK]: Update transport_generic_emulate_inquiry() usage
Signed-off-by: Nicholas A. Bellinger <nab@...ux-iscsi.org>
---
drivers/lio-core/target_core_rd.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/lio-core/target_core_rd.c b/drivers/lio-core/target_core_rd.c
index 9b6d859..e065d7d 100644
--- a/drivers/lio-core/target_core_rd.c
+++ b/drivers/lio-core/target_core_rd.c
@@ -430,7 +430,7 @@ static int rd_emulate_inquiry (se_task_t *task)
return(transport_generic_emulate_inquiry(cmd, TYPE_DISK, prod,
(hba->transport->do_se_mem_map) ? RD_DR_VERSION : RD_MCP_VERSION,
- se_location, NULL));
+ se_location));
}
/* rd_emulate_read_cap():
--
1.5.4.1
--
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