> Hi people, > > I'm trying to compile loop.o module inside my kernel, and I > get this weird > message - does someone knows about this anything? > > hetz]# modprobe loop > /lib/modules/2.4.14/kernel/drivers/block/loop.o: unresolved symbol > deactivate_page > /lib/modules/2.4.14/kernel/drivers/block/loop.o: insmod > /lib/modules/2.4.14/kernel/drivers/block/loop.o failed > /lib/modules/2.4.14/kernel/drivers/block/loop.o: insmod loop failed > > I checked all the usual places - didn't find anything special.... > > suggestions? >
This is a known issue. Solution: edit drivers/block/loop.c and delete the two lines where deactivate_page() appears. recompile and it would work. ----------------------------------------------------------------- Etay Meiri <[EMAIL PROTECTED]> "When all else fails, use brute force" Ken Thompson ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]