[OpenAFS] Linux 2.6 support
Horst Birthelmer
horst@riback.net
Tue, 8 Jun 2004 15:40:02 +0200
On Tuesday, June 8, 2004, at 02:52 PM, Miroslav Ruda wrote:
> Horst Birthelmer wrote:
>> That's your problem!!
>> You have no exported sys_call_table. Just export it, recompile the
>> kernel and hopefully it works...
>
> Could you suggest how to export sys_call_table? I have tried
> EXPORT_SYMBOL(sys_call_table);
> in arch/x86_64/kernel/syscall.c but nothing has changed.
>
Actually the EXPORT_SYMBOL(sys_call_table) was right.
AFAIK every older kernel does this in ksyms.c. So try to place it there.
Horst