mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
scsi: raid_class: Add 'JBOD' RAID level
Not a real RAID level, but some HBAs support JBOD in addition to the 'classical' RAID levels. Signed-off-by: Hannes Reinecke <hare@suse.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
2db6228d9c
commit
34e81f7a72
2 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,7 @@ enum raid_level {
|
|||
RAID_LEVEL_5,
|
||||
RAID_LEVEL_50,
|
||||
RAID_LEVEL_6,
|
||||
RAID_LEVEL_JBOD,
|
||||
};
|
||||
|
||||
struct raid_data {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue