OSDN Git Service

scsi: update scsi_device_types
authorChristoph Hellwig <hch@lst.de>
Fri, 18 Jul 2014 14:50:39 +0000 (16:50 +0200)
committerChristoph Hellwig <hch@lst.de>
Fri, 25 Jul 2014 21:16:40 +0000 (17:16 -0400)
Add two new device types, most importantly the zoned block device
one.

Split from an earlier patch by Hannes Reinecke.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/scsi.c

index 013709f..33318f5 100644 (file)
@@ -122,6 +122,8 @@ static const char *const scsi_device_types[] = {
        "Bridge controller",
        "Object storage   ",
        "Automation/Drive ",
+       "Security Manager ",
+       "Direct-Access-ZBC",
 };
 
 /**