[NFS] [PATCH] missing export of hash_mem (2.5.55)

Stephen Hemminger (shemminger@osdl.org)
09 Jan 2003 13:09:28 -0800


Can't build nfs server as a module because of missing export of hash_mem

diff -Nru a/net/sunrpc/sunrpc_syms.c b/net/sunrpc/sunrpc_syms.c
--- a/net/sunrpc/sunrpc_syms.c Thu Jan 9 13:07:34 2003
+++ b/net/sunrpc/sunrpc_syms.c Thu Jan 9 13:07:34 2003
@@ -104,6 +104,7 @@
EXPORT_SYMBOL(qword_get);
EXPORT_SYMBOL(svcauth_unix_purge);
EXPORT_SYMBOL(unix_domain_find);
+EXPORT_SYMBOL(hash_mem);

/* Generic XDR */
EXPORT_SYMBOL(xdr_encode_array);

-
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/