dect
/
linux-2.6
Archived
13
0
Fork 0

target: use MAINTENANCE_IN and MAINTENANCE_OUT definitions in scsi.h

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Signed-off-by: Nicholas A. Bellinger <nab@linux-iscsi.org>
This commit is contained in:
Nicholas Bellinger 2011-02-21 07:49:26 +00:00
parent d814495599
commit e434f1f182
1 changed files with 2 additions and 2 deletions

View File

@ -3325,7 +3325,7 @@ static int transport_generic_cmd_sequencer(
goto out_unsupported_cdb;
}
break;
case 0xa3:
case MAINTENANCE_IN:
if (TRANSPORT(dev)->get_device_type(dev) != TYPE_ROM) {
/* MAINTENANCE_IN from SCC-2 */
/*
@ -3395,7 +3395,7 @@ static int transport_generic_cmd_sequencer(
size = READ_POSITION_LEN;
cmd->se_cmd_flags |= SCF_SCSI_CONTROL_NONSG_IO_CDB;
break;
case 0xa4:
case MAINTENANCE_OUT:
if (TRANSPORT(dev)->get_device_type(dev) != TYPE_ROM) {
/* MAINTENANCE_OUT from SCC-2
*