From: pschwan Date: Fri, 24 May 2002 17:09:48 +0000 (+0000) Subject: It did indeed fix it; here's the ones that I forgot. X-Git-Tag: 0.4.2~246 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=183961695ecd8df551585a9ed1dfc426d5341804;p=fs%2Flustre-release.git It did indeed fix it; here's the ones that I forgot. --- 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);