aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target
diff options
context:
space:
mode:
authorHannes Reinecke <hare@suse.de>2014-11-17 08:25:20 -0500
committerChristoph Hellwig <hch@lst.de>2014-11-24 14:01:44 -0500
commit85686f696d81a4bcfa5e51ee9ee2b6aae5531c6f (patch)
treee68061922f93ac41234cd32fd318527d043030e7 /drivers/target
parenteb846d9f147455e4e5e1863bfb5e31974bb69b7c (diff)
scsi: add SPC-3 command definitions
SPC-3 defines SERVICE ACTION IN(12), SERVICE_ACTION OUT(12), SERVICE ACTION OUT(16), and SERVICE ACTION BIDIRECTIONAL. And READ MEDIA SERIAL NUMBER has long since been deprecated. So update callers to refer to the new cdb name. Signed-off-by: Hannes Reinecke <hare@suse.de> Tested-by: Robert Elliott <elliott@hp.com> Reviewed-by: Robert Elliott <elliott@hp.com> Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'drivers/target')
-rw-r--r--drivers/target/target_core_pr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/target/target_core_pr.c b/drivers/target/target_core_pr.c
index 8c60a1a1ae8d..806bfba894ca 100644
--- a/drivers/target/target_core_pr.c
+++ b/drivers/target/target_core_pr.c
@@ -459,7 +459,7 @@ static int core_scsi3_pr_seq_non_holder(
459 case ACCESS_CONTROL_OUT: 459 case ACCESS_CONTROL_OUT:
460 case INQUIRY: 460 case INQUIRY:
461 case LOG_SENSE: 461 case LOG_SENSE:
462 case READ_MEDIA_SERIAL_NUMBER: 462 case SERVICE_ACTION_IN_12:
463 case REPORT_LUNS: 463 case REPORT_LUNS:
464 case REQUEST_SENSE: 464 case REQUEST_SENSE:
465 case PERSISTENT_RESERVE_IN: 465 case PERSISTENT_RESERVE_IN: