OK, this problem has been reported, and it seems there's a patch. I'm sorry for not reading all messages of the list ;)
> Another thing with 2.5.7-pre2 kernel is that i can't compile it without having nfs server sopport enabled.
> This is the error:
> arch/i386/kernel/kernel.o: In function 'sys_call_table':
> arch/i386/kernel/kernel.o(.data+0x304): undefined reference to 'sys_nfsservctl'
> make: *** [vmlinux] Error 1
>
> I think the problem is in include/linux/nfsd/syscall.h:
>
> /*
> * Kernel syscall implementation
> */
> #if defined(CONFIG_NFSD) || defined(CONFIG_NFSD_MODULE)
> extern asmlinkage long sys_nfsservctl(int, struct nfsctl_arg *, void);
> #else
> #define sys_nsfservctl sys_ni_syscall
> #endif
>
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/