summaryrefslogtreecommitdiff
path: root/include/linux/raid_class.h
diff options
context:
space:
mode:
authorHannes Reinecke <hare@suse.de>2018-01-24 09:07:58 +0100
committerMartin K. Petersen <martin.petersen@oracle.com>2018-02-12 11:43:25 -0500
commit34e81f7a720d8a638f46b18b35678712dbafb42d (patch)
tree7949e42d704604fbc7779745888e4d75a71f301a /include/linux/raid_class.h
parent2db6228d9cd13bc3bb83bf3436998ea82b0d56ae (diff)
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>
Diffstat (limited to 'include/linux/raid_class.h')
-rw-r--r--include/linux/raid_class.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/raid_class.h b/include/linux/raid_class.h
index 31e1ff69efc8..ec8655514283 100644
--- a/include/linux/raid_class.h
+++ b/include/linux/raid_class.h
@@ -38,6 +38,7 @@ enum raid_level {
RAID_LEVEL_5,
RAID_LEVEL_50,
RAID_LEVEL_6,
+ RAID_LEVEL_JBOD,
};
struct raid_data {