> 1.Compilation crash
> drivers/block/block.o: In function `lo_send':
> drivers/block/block.o(.text+0x8baf): undefined reference to `deactivate_page'
> drivers/block/block.o(.text+0x8bf9): undefined reference to `deactivate_page'
> make: *** [vmlinux] Error 1
The function deactivate_page was removed from kernel 2.4.14,
you can edit drivers/block/loop.c and remove the two lines
which call deactivate_page(page) ...
After that, things work.
regards,
Rik
-- DMCA, SSSCA, W3C? Who cares? http://thefreeworld.net/http://www.surriel.com/ http://distro.conectiva.com/
- 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/