Messages in this thread Patch in this message |  | | Date | Fri, 12 Jan 2001 01:35:14 +0100 (CET) | From | Kai Germaschewski <> | Subject | [PATCH] fix nfs as module on 2.4.0-pre2 |
| |
Obvious, I guess.
--Kai
diff -ur linux-2.4.1-pre2/net/sunrpc/sunrpc_syms.c linux-2.4.1-pre2-makefixes-3/net/sunrpc/sunrpc_syms.c --- linux-2.4.1-pre2/net/sunrpc/sunrpc_syms.c Sat Apr 22 01:08:52 2000 +++ linux-2.4.1-pre2-makefixes-3/net/sunrpc/sunrpc_syms.c Fri Jan 12 01:00:40 2001 @@ -35,6 +35,7 @@ EXPORT_SYMBOL(rpciod_down); EXPORT_SYMBOL(rpciod_up); EXPORT_SYMBOL(rpc_new_task); +EXPORT_SYMBOL(rpc_release_task); EXPORT_SYMBOL(rpc_wake_up_status);
/* RPC client functions */
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |