Hi,
Has anyone encoutered the following error messages:
#####
drivers/block/block.o: In function `lo_send':
drivers/block/block.o(.text+0x21ab): undefined reference to
`deactivate_page'
drivers/block/block.o(.text+0x21e7): undefined reference to
`deactivate_page'
make: *** [vmlinux] Error 1
#####
when trying to compile the latest linux-2.4.14 kernel? I closer look at
the linux/drivers/block/loop.c file shows some calls to the
`deactivate_page' function but such a function is never provided. I could
compile the kernel without the "loop" device.