From 6397a085d350f466e875b03b859af16cbaec6884 Mon Sep 17 00:00:00 2001 From: rread Date: Fri, 22 Nov 2002 00:36:06 +0000 Subject: [PATCH] * add cleanup code for toenal --- lustre/ptlrpc/events.c | 2 ++ 1 file changed, 2 insertions(+) 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"); } -- 1.8.3.1