Messages in this thread |  | | Date | Mon, 3 Dec 2001 01:53:56 +0900 | From | Bruce Harada <> | Subject | Re: linux-2.5.1-pre5 failed to compile (module ide-tape.c) |
| |
On Sun, 02 Dec 2001 15:46:10 +0100 Kilobug <kilobug@freesurf.fr> wrote:
> While doing 'make modules': > > gcc -D__KERNEL__ -I/usr/src/linux-2.5.1-pre5/include -Wall > -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer > -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 > -march=athlon -DMODULE -c -o ide-tape.o ide-tape.c > ide-tape.c: In function `idetape_input_buffers': > ide-tape.c:1512: structure has no member named `b_reqnext'
[SNIP]
This is caused by the block I/O changes going into 2.5. Unfortunately, ATM it looks like they break at least the following:
drivers/block/acsi.c drivers/scsi/scsi_debug.c drivers/ide/icside.c drivers/ide/ide-pmac.c drivers/ide/ide-tape.c drivers/s390/block/dasd_diag.c drivers/s390/block/dasd_eckd.c drivers/s390/block/dasd_fba.c drivers/s390/char/tape34xx.c drivers/s390/char/tapeblock.c drivers/md/raid5.c arch/cris/drivers/ide.c
And most likely the following as well:
include/linux/elevator.h drivers/ide/hptraid.c drivers/ide/pdcraid.c drivers/ide/ataraid.c drivers/md/raid1.c drivers/md/multipath.c
Bruce - 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/
|  |