[PATCH 2.5.6-bk] Compile fix for nfsd / module.

From: Stelian Pop (stelian.pop@fr.alcove.com)
Date: Wed Feb 27 2002 - 05:56:30 EST


The new svc_reserve function is not exported from net/sunrpc/sunrpc_syms.c
but is used in fs/nfsd/*, making nfsd incompilable as a module.

The attached trivial patch fix this.

Stelian.

===== net/sunrpc/sunrpc_syms.c 1.5 vs edited =====
--- 1.5/net/sunrpc/sunrpc_syms.c Tue Feb 5 08:45:39 2002
+++ edited/net/sunrpc/sunrpc_syms.c Wed Feb 27 11:25:23 2002
@@ -75,6 +75,7 @@
 EXPORT_SYMBOL(svc_drop);
 EXPORT_SYMBOL(svc_process);
 EXPORT_SYMBOL(svc_recv);
+EXPORT_SYMBOL(svc_reserve);
 EXPORT_SYMBOL(svc_wake_up);
 EXPORT_SYMBOL(svc_makesock);
 

-- 
Stelian Pop <stelian.pop@fr.alcove.com>
Alcove - http://www.alcove.com
-
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/



This archive was generated by hypermail 2b29 : Thu Feb 28 2002 - 21:00:36 EST