lkml.org 
[lkml]   [2002]   [Mar]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: [PATCH] 2.5.6 missing EXPORT_SYMBOL for NFSD module
On Sunday March 10, mikpe@csd.uu.se wrote:
> NFSD doesn't work as a module in recent 2.5 kernels since
> svc_reserve() isn't exported. The trivial patch below fixes this.
>
> /Mikael
>
> --- linux-2.5.6/net/sunrpc/sunrpc_syms.c.~1~ Wed Feb 20 03:11:04 2002
> +++ linux-2.5.6/net/sunrpc/sunrpc_syms.c Sun Mar 10 14:32:04 2002
> @@ -77,6 +77,7 @@
> EXPORT_SYMBOL(svc_recv);
> EXPORT_SYMBOL(svc_wake_up);
> EXPORT_SYMBOL(svc_makesock);
> +EXPORT_SYMBOL(svc_reserve);
>
> /* RPC statistics */
> #ifdef CONFIG_PROC_FS

Gosh, is 2.5.6 out already! I thought I'd have a bit more time to
unbreak things....

Thanks,
NeilBrown
-
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/

\
 
 \ /
  Last update: 2005-03-22 13:24    [W:0.031 / U:0.792 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site