Messages in this thread |  | | Date | Tue, 13 Nov 2001 16:33:53 -0200 (BRST) | From | Rik van Riel <> | Subject | Re: Compilation crashed |
| |
On Tue, 13 Nov 2001 root@gollum.uci.agh.edu.pl wrote:
> 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/
|  |