2.3.18 and init_task_union

f5ibh (f5ibh@db0bm.ampr.org)
Sun, 19 Sep 1999 23:49:38 +0200


Hi!
1 - configuration :
-------------------
Debian Linux 2.1 with kernel 2.3.18
libc6 2.0.7.19981211

2 - the problem :
-----------------
I was trying to access my ZIP 100 drive (parallel port). Both kmod and the
automounter are active. I got the following message :

insmod: /lib/modules/2.3.18/scsi/scsi_mod.o: unresolved symbol init_task_union

3 - correction applied :
------------------------
I've added the following line in /usr/src/linux/kernel/ksyms.c :

/* init task, for moving kthread roots - ought to export a function ?? */
EXPORT_SYMBOL(init_task_union);

4 - remark :
------------
This statement exists in ksyms.c in the kernel 2.2.xx

Regards, Jean-Luc

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/