diff options
| author | Hannes Reinecke <hare@suse.de> | 2014-11-17 08:25:19 -0500 |
|---|---|---|
| committer | Christoph Hellwig <hch@lst.de> | 2014-11-24 14:01:40 -0500 |
| commit | eb846d9f147455e4e5e1863bfb5e31974bb69b7c (patch) | |
| tree | 443efbb146c7824508be817923bab04c2185810e /include/scsi | |
| parent | 3af6b35261182ff185db1f0fd271254147e2663e (diff) | |
scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16
SPC-3 defines SERVICE ACTION IN(12) and SERVICE ACTION IN(16).
So rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16 to be
consistent with SPC and to allow for better distinction.
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 'include/scsi')
| -rw-r--r-- | include/scsi/scsi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/scsi/scsi.h b/include/scsi/scsi.h index d17178e6fcdd..b354c0de324e 100644 --- a/include/scsi/scsi.h +++ b/include/scsi/scsi.h | |||
| @@ -151,7 +151,7 @@ enum scsi_timeouts { | |||
| 151 | #define VERIFY_16 0x8f | 151 | #define VERIFY_16 0x8f |
| 152 | #define SYNCHRONIZE_CACHE_16 0x91 | 152 | #define SYNCHRONIZE_CACHE_16 0x91 |
| 153 | #define WRITE_SAME_16 0x93 | 153 | #define WRITE_SAME_16 0x93 |
| 154 | #define SERVICE_ACTION_IN 0x9e | 154 | #define SERVICE_ACTION_IN_16 0x9e |
| 155 | /* values for service action in */ | 155 | /* values for service action in */ |
| 156 | #define SAI_READ_CAPACITY_16 0x10 | 156 | #define SAI_READ_CAPACITY_16 0x10 |
| 157 | #define SAI_GET_LBA_STATUS 0x12 | 157 | #define SAI_GET_LBA_STATUS 0x12 |
