diff options
| author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-14 15:16:07 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-14 15:16:07 -0500 |
| commit | 12dbf3fc4d06d2c0c4c44dc0612df04248b3cfd3 (patch) | |
| tree | 158610ef6c7711afb60d78956ab4b131bf6a08ef /include/linux/raid_class.h | |
| parent | 61b7efddc5256225099d13185659e9ad9d8abc8a (diff) | |
| parent | fc091e03820bf67e543362bd40959701a71d0c27 (diff) | |
Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Diffstat (limited to 'include/linux/raid_class.h')
| -rw-r--r-- | include/linux/raid_class.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/raid_class.h b/include/linux/raid_class.h index 48831eac2910..d0dd38b3a2fd 100644 --- a/include/linux/raid_class.h +++ b/include/linux/raid_class.h | |||
| @@ -31,9 +31,11 @@ enum raid_level { | |||
| 31 | RAID_LEVEL_LINEAR, | 31 | RAID_LEVEL_LINEAR, |
| 32 | RAID_LEVEL_0, | 32 | RAID_LEVEL_0, |
| 33 | RAID_LEVEL_1, | 33 | RAID_LEVEL_1, |
| 34 | RAID_LEVEL_10, | ||
| 34 | RAID_LEVEL_3, | 35 | RAID_LEVEL_3, |
| 35 | RAID_LEVEL_4, | 36 | RAID_LEVEL_4, |
| 36 | RAID_LEVEL_5, | 37 | RAID_LEVEL_5, |
| 38 | RAID_LEVEL_50, | ||
| 37 | RAID_LEVEL_6, | 39 | RAID_LEVEL_6, |
| 38 | }; | 40 | }; |
| 39 | 41 | ||
