On Wed, 6 Sep 2000, Danilo Godec wrote:

> Hello!
> 
> Has anyone produced a patch for final 2.2.17 ?
> 
> I tried to apply Ingos raid-2.2.17-A0, but I got two rejects, one being
> small and simple (only the version in Makefile), the other quite big in
> raid0.c (too big for me to handle :) ).
> 
Take the clean 2.2.17 from kernel.org and change line 187
in drivers/block/raid0.c from

       printk(KERN_DEBUG "raid0_map: invalid block %li\n", block);

                   to

       printk(KERN_DEBUG "raid0_map: invalid block %ul\n", block);

Now apply Ingos patch and you will only get the harmless Makefile reject.

Holger

-
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to [EMAIL PROTECTED]

Reply via email to