On Sat, 10 Oct 1998, tommiy wrote:

> I've been attempt to get the patches to work and it appears that maybe
> there is a problem with raid 5 and the alpha 0.90 patches. mkraid
> --updates updates my old array but i can never start it. [...]

could you send me more about this one, what does the kernel print during
this, what does mkraid print, maybe an strace would be useful too.

> insmod raid5
> ./raid5.o: unresolved symbol md_interrupt_thread
> 
> 
> Is this just me? or has murphy just bitten me again??

this is a bug, Matti Aarnio already reported it and it's fixed in my tree. 
Until the next release, just add this to md.c: 

        MD_EXPORT_SYMBOL(md_interrupt_thread);

-- mingo

Reply via email to