From bd6f2f8fd3e19003f0af17ee368f1d91f537e8bc Mon Sep 17 00:00:00 2001 From: rread Date: Fri, 22 Nov 2002 01:33:01 +0000 Subject: [PATCH] use correct name for toenal_ni --- lustre/ptlrpc/events.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/ptlrpc/events.c b/lustre/ptlrpc/events.c index f7eb3fc..448b2a8 100644 --- a/lustre/ptlrpc/events.c +++ b/lustre/ptlrpc/events.c @@ -282,5 +282,5 @@ void ptlrpc_exit_portals(void) if (gmnal_nip != NULL) inter_module_put("kgmnal_ni"); if (toenal_nip != NULL) - inter_module_put("toenal_ni"); + inter_module_put("ktoenal_ni"); } -- 1.8.3.1