From: rread Date: Fri, 22 Nov 2002 00:36:06 +0000 (+0000) Subject: * add cleanup code for toenal X-Git-Tag: 0.5.18~20 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=6397a085d350f466e875b03b859af16cbaec6884;p=fs%2Flustre-release.git * add cleanup code for toenal --- diff --git a/lustre/ptlrpc/events.c b/lustre/ptlrpc/events.c index 35fc323..f7eb3fc 100644 --- a/lustre/ptlrpc/events.c +++ b/lustre/ptlrpc/events.c @@ -281,4 +281,6 @@ void ptlrpc_exit_portals(void) inter_module_put("ksocknal_ni"); if (gmnal_nip != NULL) inter_module_put("kgmnal_ni"); + if (toenal_nip != NULL) + inter_module_put("toenal_ni"); }