2.5.5 not compilling ramdisk

From: ertzog (ertzog@bk.ru)
Date: Sat Feb 23 2002 - 16:57:52 EST


Downloaded whole kernel from ftp.kernel.org
Including output from scripts/ver_linux and .config and from make bzImage

Hardware:
CPU: AMD K6-2
Motherboard: Acorp, Via MVP3
Memory: PC100 64MB and 2xPC133 64MB (summary 192MB)
Harddrive: FUJITSU MPF3204AT (20 GB, udma 33)

A strange problem seems to be in drivers/block/rd.c:271
in parameters of function rd_make_request is a struct bio *sbh;
on line 271, before label fail: is a call to a member of this struct
bi_end_io, which is a function, that has only one parameter: this struct.
But in this module, a second parameter is passed to the function: int.
Seems to be a strange problem. Gcc refuses to solve it:)

So the problem is in the fact, that 2 parameters are passed to a function,
that has only one.

Can I tell anything else to help?

Best regards.







-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Feb 23 2002 - 21:00:51 EST