diff options
| author | Linus Torvalds <torvalds@athlon.transmeta.com> | 2002-02-04 18:17:03 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@athlon.transmeta.com> | 2002-02-04 18:17:03 -0800 |
| commit | 560e89962e32171585dd95af9ac9911ebc0e02ce (patch) | |
| tree | 4c3bb66e7344a72dd005144891677537c9c4a607 /include/linux/raid | |
| parent | 923215ae27c66dc2d25cc93ce1f7d3ef821c80bc (diff) | |
v2.4.4.4 -> v2.4.4.5
- Al Viro: fs cleanups
- David Miller: sparc semaphores
- Christoph Hellwig: VxFS update
- Asit Mallick: set machine check bit with set_in_cr4
- Richard Henderson: fix alpha pci_controller_num(), sg_fill, SRM poweroff.
- Johannes Erdfelt: USB updates
- Cort Dougan: bitkeeper Id's on the ppc side
- Matt Chapman: NFS file locking SMP lock fix
- Alan Cox: further merging
Diffstat (limited to 'include/linux/raid')
| -rw-r--r-- | include/linux/raid/md_k.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/raid/md_k.h b/include/linux/raid/md_k.h index 6609c02cd35e..f04b145825c4 100644 --- a/include/linux/raid/md_k.h +++ b/include/linux/raid/md_k.h @@ -36,6 +36,7 @@ static inline int pers_to_level (int pers) case RAID5: return 5; } panic("pers_to_level()"); + return MD_RESERVED; } extern inline int level_to_pers (int level) |
