diff options
author | Boaz Harrosh <bharrosh@panasas.com> | 2009-01-25 09:51:33 -0500 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2009-03-12 13:58:05 -0400 |
commit | 82443a58d361123d418033e9e32ac29a842fce68 (patch) | |
tree | 33b940f139a6744838b7611796b1bb092ff38891 /drivers/scsi/scsi_scan.c | |
parent | 71969fd9e2c523d22bf1742eb31f1562247710eb (diff) |
[SCSI] add OSD_TYPE
- Define the OSD_TYPE scsi device and let it show up in scans
Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/scsi/scsi_scan.c')
-rw-r--r-- | drivers/scsi/scsi_scan.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/scsi_scan.c b/drivers/scsi/scsi_scan.c index 8f4de20c9deb..a14d245a66b8 100644 --- a/drivers/scsi/scsi_scan.c +++ b/drivers/scsi/scsi_scan.c | |||
@@ -797,6 +797,7 @@ static int scsi_add_lun(struct scsi_device *sdev, unsigned char *inq_result, | |||
797 | case TYPE_ENCLOSURE: | 797 | case TYPE_ENCLOSURE: |
798 | case TYPE_COMM: | 798 | case TYPE_COMM: |
799 | case TYPE_RAID: | 799 | case TYPE_RAID: |
800 | case TYPE_OSD: | ||
800 | sdev->writeable = 1; | 801 | sdev->writeable = 1; |
801 | break; | 802 | break; |
802 | case TYPE_ROM: | 803 | case TYPE_ROM: |