> 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.
This is a known bug and you did the right thing to fix it.
> Hope this helps
cu
Adrian
--Get my GPG key: finger bunk@debian.org | gpg --import
Fingerprint: B29C E71E FE19 6755 5C8A 84D4 99FC EA98 4F12 B400
- 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/