Kernel 2.4.14 link error

Richard (richard.how@bigpond.com)
Wed, 7 Nov 2001 15:44:14 +1030


This is my first nervous attempt at kernel stuff (sweat, panic...)

Kernel 2.4.14 does not link if loopback device is enabled. The link fails
with unresolved extern reference "deactivate_page" in block.o

This function is called from drivers/block/loop.c and is located in
in mm/swap.c for kernel 2.4.13 but not for 2.4.14.
I made a copy of loop.c commented out the references (2) to deactivate_page
and compiled as a module, which seems to work just fine.

Hope this helps

-
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/