Same here...

John Lellis wrote:

> 
> I applied the raid0145-19981105-2.0.35 patches to a virgin copy of
> 2.0.35 and they all succeeded.  But, when I try to make the kernel, I
> get compile errors.  For example, with only striping configured I get
> the following:
> 
> make[2]: Entering directory `/root/raid/linux/drivers/block'
> make all_targets
> make[3]: Entering directory `/root/raid/linux/drivers/block'
> gcc -D__KERNEL__ -I/root/raid/linux/include -Wall -Wstrict-prototypes
> -O2 -fomit-frame-pointer -fno-strength-reduce -pipe -m486
> -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=686  -c -o
> ll_rw_blk.o ll_rw_blk.c
> ll_rw_blk.c: In function `ll_rw_block':
> ll_rw_blk.c:552: warning: passing arg 1 of `md_make_request' makes
> integer from pointer without a cast
> ll_rw_blk.c:552: too few arguments to function `md_make_request'
> make[3]: *** [ll_rw_blk.o] Error 1
> make[3]: Leaving directory `/root/raid/linux/drivers/block'
> make[2]: *** [first_rule] Error 2
> make[2]: Leaving directory `/root/raid/linux/drivers/block'
> make[1]: *** [sub_dirs] Error 2
> make[1]: Leaving directory `/root/raid/linux/drivers'
> make: *** [linuxsubdirs] Error 2
> 
> The number of arguments to md_make_request changed from three to two,
> but both the prototype and the uses do seem to agree:
> 
> igate[p4]:/root/raid/linux/drivers/block# grep md_make_request *
> ll_rw_blk.c:                            md_make_request(bh[i], rw);
> ll_rw_blk.c.orig:                               md_make_request(MINOR
> (bh[i]->b_dev), rw, bh[i]);
> md.c:int md_make_request (struct buffer_head * bh, int rw)
> md.c.orig:int md_make_request (int minor, int rw, struct buffer_head *
> bh)
> grep: paride: Is a directory
> 
> Ideas, anyone?
> 
> --
> 
>      John C. Lellis                     E-Mail:
> [EMAIL PROTECTED]
>      Consultant                         Phone : (713) 313-5068
>                                         FAX   : (713) 313-5193
>      Aspen Technology, Inc.
>      Advanced Control and Optimization Division
>      Software Development
>      9896 Bissonnet
>      Houston, TX 77036

-- 
Your mouse has moved. 
Windows NT must be restarted for the change to
take effect. 
Reboot now?  [ OK ] 

Linux help for Dell Cpi 300Mhz systems at:
http://www.razorjack.com/Dell-Linux.html

Reply via email to