Its fixed in 2.3.18-ac
> 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);
Thats a valid fix. For 2.3.x rather than exporting the innards of the struct
I export a daemonize() function that hopefully 8) does the right thing.
-
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/