mirror of
https://github.com/torvalds/linux.git
synced 2024-12-11 13:41:55 +00:00
[SCSI] hpsa: add new RAID level "1(ADM)"
Signed-off-by: Mike Miller <mikem@beardog.cce.hp.com> Signed-off-by: Stephen M. Cameron <scameron@beardog.cce.hp.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
This commit is contained in:
parent
0097f0f45a
commit
d82357eaaa
@ -380,7 +380,7 @@ static inline int is_logical_dev_addr_mode(unsigned char scsi3addr[])
|
||||
}
|
||||
|
||||
static const char *raid_label[] = { "0", "4", "1(1+0)", "5", "5+1", "ADG",
|
||||
"UNKNOWN"
|
||||
"1(ADM)", "UNKNOWN"
|
||||
};
|
||||
#define RAID_UNKNOWN (ARRAY_SIZE(raid_label) - 1)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user