Re: Compilation crashed

From: Rik van Riel (riel@marcelothewonderpenguin.com)
Date: Tue Nov 13 2001 - 13:33:53 EST


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/



This archive was generated by hypermail 2b29 : Thu Nov 15 2001 - 21:00:36 EST