Messages in this thread |  | | Date | Tue, 6 Nov 2001 12:20:33 +0100 | From | Jonas Diemer <> | Subject | 2.4.14 breaks block/loop.c (loopback device) |
| |
Hi!
The latest kernel seems to breake the loop device. I used 2.4.13 before, and everything was fine. I didn't change my kernel config when upgrading.
I compile the loop device as a module. trying to modprobe/insmod it, I get the following error message:
unresolved symbol in loop.o: deactivate_page
I did a
# grep -R "deactivate_page" *
in linux-2.4.14: there is no other occurances of deactivate_page in the whole linux source. the patch file shows, that the function "deactivate_page" has been removed (probably replaced by some similar function). but it seems that nobody updated loop.c.
I hope you can help
regards Jonas
PS: As I am not subscribed to the list, please CC me in your answers.
Jonas - 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/
|  |