From 183961695ecd8df551585a9ed1dfc426d5341804 Mon Sep 17 00:00:00 2001 From: pschwan Date: Fri, 24 May 2002 17:09:48 +0000 Subject: [PATCH 1/1] It did indeed fix it; here's the ones that I forgot. --- lustre/ptlrpc/rpc.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lustre/ptlrpc/rpc.c b/lustre/ptlrpc/rpc.c index 5ba2c3c..3884e10 100644 --- a/lustre/ptlrpc/rpc.c +++ b/lustre/ptlrpc/rpc.c @@ -144,6 +144,15 @@ static void __exit ptlrpc_exit(void) ptlrpc_cleanup_connection(); } +/* connmgr.c */ +EXPORT_SYMBOL(connmgr_connect); +EXPORT_SYMBOL(connmgr_handle); +EXPORT_SYMBOL(recovd_cli_fail); +EXPORT_SYMBOL(recovd_cli_manage); +EXPORT_SYMBOL(recovd_cli_fixed); +EXPORT_SYMBOL(recovd_setup); +EXPORT_SYMBOL(recovd_cleanup); + /* connection.c */ EXPORT_SYMBOL(ptlrpc_readdress_connection); EXPORT_SYMBOL(ptlrpc_get_connection); -- 1.8.3.1