[patch] raid-B1, 2.4.1-pre11, fixes, cleanups

2001-01-29 Thread Ingo Molnar
On Tue, 30 Jan 2001, Neil Brown wrote: > > -#define MAX_MD_BOOT_DEVS 8 > > +#define MAX_MD_BOOT_DEVS MAX_MD_DEVS > Actually, this is not fine. Check the code that says: indeed - it will work only up to 32 devices. i've fixed the code to not have this assumption - it's init-time code

[patch] raid-B1, 2.4.1-pre11, fixes, cleanups

2001-01-29 Thread Ingo Molnar
On Tue, 30 Jan 2001, Neil Brown wrote: -#define MAX_MD_BOOT_DEVS 8 +#define MAX_MD_BOOT_DEVS MAX_MD_DEVS Actually, this is not fine. Check the code that says: indeed - it will work only up to 32 devices. i've fixed the code to not have this assumption - it's init-time code only