[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: loop.o problem
- To: "'Hetz Ben Hamo'" <hetz(at-nospam)kde.org>, linux-il(at-nospam)cs.huji.ac.il
- Subject: RE: loop.o problem
- From: Itay Meiri <Etay(at-nospam)camelot.com>
- Date: Wed, 14 Nov 2001 07:11:46 -0500
- Sender: linux-il-bounce(at-nospam)cs.huji.ac.il
> 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 <etay@camelot.com>
"When all else fails, use brute force"
Ken Thompson
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il