* Compile error blkmtd.c, v2.5.70 (and smaller)
@ 2003-06-06 13:07 Carlo Wood
0 siblings, 0 replies; only message in thread
From: Carlo Wood @ 2003-06-06 13:07 UTC (permalink / raw)
To: spse; +Cc: linux-kernel
kernel 2.5.70,
drivers/mtd/devices/blkmtd.c
still contains
#include <linux/iobuf.h>
reason enough not to compile...
that file was removed from 2.5.
I am suprised that this file was apparently never compiled by people :/
Commands used to backup/check my statement:
/usr/src/linux-2.5.69>grep -Hn iobuf.h drivers/mtd/devices/blkmtd.c
drivers/mtd/devices/blkmtd.c:52:#include <linux/iobuf.h>
/usr/src/linux-2.5.69>find . -type f -exec grep -H 'iobuf\.h' {} \;
./drivers/mtd/devices/blkmtd.c:#include <linux/iobuf.h>
/usr/src/linux-2.5.69>find . -name 'iobuf.h'
/usr/src/linux-2.5.69>find . -name '*iobuf*'
/usr/src/linux-2.5.69>
/usr/src/linux-2.5.69>locate iobuf.h | grep '2\.4'
/usr/src/jolan/linux-2.4.20/include/linux/iobuf.h
/usr/src/linux-2.4.20-tcore-akpm-preempt/include/linux/iobuf.h
/usr/src/linux-2.4.18-tcore-perfctr/include/linux/iobuf.h
/usr/src/linux-2.4.20-plain/include/linux/iobuf.h
/usr/src/linux-2.4.20-skas3/include/linux/iobuf.h
/usr/src/linux-2.5.69>tar tjf ../kernel/linux-2.5.69.tar.bz2 | grep 'iobuf\.h'
/usr/src/linux-2.5.69>
/usr/src/linux-2.5.69>tar tvjf ../kernel/linux-2.5.69.tar.bz2 | grep 'blkmtd\.c'
-rw-r--r-- torvalds/torvalds 36273 2003-05-05 01:52:59 linux-2.5.69/drivers/mtd/devices/blkmtd.c
/usr/src/linux-2.5.69>ls -l drivers/mtd/devices/blkmtd.c
-rw-r--r-- 1 carlo carlo 36273 May 5 01:52 drivers/mtd/devices/blkmtd.c
/usr/src/linux-2.5.69>bzcat ../kernel/patch-2.5.70.bz2 | grep blkmtd
/usr/src/linux-2.5.69>
--
Carlo Wood <carlo@alinoe.com>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-06-06 12:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-06 13:07 Compile error blkmtd.c, v2.5.70 (and smaller) Carlo Wood
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.