From: Christoph Hellwig Date: Fri, 18 Jul 2014 14:51:51 +0000 (+0200) Subject: scsi: add a symbolic name for the ZBC device type X-Git-Tag: v3.17-rc1~100^2~78 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=7a14c1c3319608154da8712e4174d56ffb2f7b8d;p=linux.git scsi: add a symbolic name for the ZBC device type Make sure we have a symbolic name for the ZBC type available, so that e.g. patch for a SATA to translate ZAC commands can make use of it. Signed-off-by: Christoph Hellwig Reviewed-by: Hannes Reinecke Reviewed-by: Martin K. Petersen --- diff --git a/include/scsi/scsi.h b/include/scsi/scsi.h index 91e2e4215ba0..e6df23cae7be 100644 --- a/include/scsi/scsi.h +++ b/include/scsi/scsi.h @@ -332,6 +332,7 @@ static inline int scsi_status_is_good(int status) #define TYPE_ENCLOSURE 0x0d /* Enclosure Services Device */ #define TYPE_RBC 0x0e #define TYPE_OSD 0x11 +#define TYPE_ZBC 0x14 #define TYPE_NO_LUN 0x7f /* SCSI protocols; these are taken from SPC-3 section 7.5 */