[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1233094088.6442.105.camel@haakon2.linux-iscsi.org>
Date: Tue, 27 Jan 2009 14:08:08 -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>,
James Bottomley <James.Bottomley@...senPartnership.com>,
Jens Axboe <jens.axboe@...cle.com>
Subject: [PATCH 3/4] [Target_Core_Mod]: Remove LOAD_UNLOAD_MEDIUM usage
from IBLOCK/FILEIO/RAMDISK
>>From 26063b8d3f7a72a7529a0bef643ca2770023d487 Mon Sep 17 00:00:00 2001
From: Nicholas Bellinger <nab@...ux-iscsi.org>
Date: Tue, 27 Jan 2009 13:54:43 -0800
Subject: [PATCH 3/4] [Target_Core_Mod]: Remove LOAD_UNLOAD_MEDIUM usage from IBLOCK/FILEIO/RAMDISK
This patch removes the usage of LOAD_UNLOAD_MEDIUM (which has been droped in
favor of using include/linux/cdrom.h GP_* opcode defines) in the various virtual
(eg: above the SCSI layer) Target_Core_Mod subsystem plugin. This opcode is only
defined for TYPE_ROM, and these subsystem plugins emulate TYPE_DISK.
Signed-off-by: Nicholas A. Bellinger <nab@...ux-iscsi.org>
---
drivers/lio-core/target_core_file.c | 1 -
drivers/lio-core/target_core_iblock.c | 1 -
drivers/lio-core/target_core_rd.c | 1 -
3 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/drivers/lio-core/target_core_file.c b/drivers/lio-core/target_core_file.c
index 5cf95f2..156090a 100644
--- a/drivers/lio-core/target_core_file.c
+++ b/drivers/lio-core/target_core_file.c
@@ -490,7 +490,6 @@ static int fd_emulate_scsi_cdb (se_task_t *task)
break;
case ALLOW_MEDIUM_REMOVAL:
case ERASE:
- case LOAD_UNLOAD_MEDIUM:
case REZERO_UNIT:
case SEEK_10:
case SPACE:
diff --git a/drivers/lio-core/target_core_iblock.c b/drivers/lio-core/target_core_iblock.c
index 29dc87b..a94526c 100644
--- a/drivers/lio-core/target_core_iblock.c
+++ b/drivers/lio-core/target_core_iblock.c
@@ -420,7 +420,6 @@ static int iblock_emulate_scsi_cdb (se_task_t *task)
break;
case ALLOW_MEDIUM_REMOVAL:
case ERASE:
- case LOAD_UNLOAD_MEDIUM:
case REZERO_UNIT:
case SEEK_10:
case SPACE:
diff --git a/drivers/lio-core/target_core_rd.c b/drivers/lio-core/target_core_rd.c
index e991bb6..d6e4596 100644
--- a/drivers/lio-core/target_core_rd.c
+++ b/drivers/lio-core/target_core_rd.c
@@ -495,7 +495,6 @@ static int rd_emulate_scsi_cdb (se_task_t *task)
break;
case ALLOW_MEDIUM_REMOVAL:
case ERASE:
- case LOAD_UNLOAD_MEDIUM:
case REZERO_UNIT:
case SEEK_10:
case SPACE:
--
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