Browse Source

target: add support for the WRITE_VERIFY command

Some legacy OS use WRITE_VERIFY on hard disks.

Signed-off-by: Bernhard Kohl <bernhard.kohl@gmx.net>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Bernhard Kohl 13 years ago
parent
commit
66246617ab
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/target/target_core_transport.c

+ 1 - 0
drivers/target/target_core_transport.c

@@ -2481,6 +2481,7 @@ static int transport_generic_cmd_sequencer(
 		cmd->se_cmd_flags |= SCF_SCSI_DATA_SG_IO_CDB;
 		break;
 	case WRITE_10:
+	case WRITE_VERIFY:
 		sectors = transport_get_sectors_10(cdb, cmd, &sector_ret);
 		if (sector_ret)
 			goto out_unsupported_cdb;