gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes
-Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common
-pipe -mpreferred-stack-boundary=2 -march=athlon -DMODULE -DPCMCIA
-D__NO_VERSION__ -c -o fdomain.o ../fdomain.c
../fdomain.c: In function `do_fdomain_16x0_intr':
../fdomain.c:1268: `io_request_lock' undeclared (first use in this
function)
../fdomain.c:1268: (Each undeclared identifier is reported only once
../fdomain.c:1268: for each function it appears in.)
../fdomain.c: In function `fdomain_16x0_release':
../fdomain.c:2045: warning: control reaches end of non-void function
make[3]: *** [fdomain.o] Error 1
make[3]: Leaving directory `/usr/src/linux/drivers/scsi/pcmcia'
> ../fdomain.c: In function `do_fdomain_16x0_intr':
> ../fdomain.c:1268: `io_request_lock' undeclared (first use in this
> function)
> ../fdomain.c:1268: (Each undeclared identifier is reported only once
> ../fdomain.c:1268: for each function it appears in.)
> ../fdomain.c: In function `fdomain_16x0_release':
> ../fdomain.c:2045: warning: control reaches end of non-void function
Its not been ported to the new block layer yet. Thats a non trivial
challenge for such an old code and grungy driver
On 28 Dec 2001, Miles Lane wrote:
> ../fdomain.c: In function `do_fdomain_16x0_intr':
> ../fdomain.c:1268: `io_request_lock' undeclared (first use in this
Also present in Linus' tree. Another victim in need of bio work.
Dave.
--
| Dave Jones. http://www.codemonkey.org.uk
| SuSE Labs