From: rread Date: Fri, 22 Nov 2002 01:33:01 +0000 (+0000) Subject: use correct name for toenal_ni X-Git-Tag: 0.5.18~19 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=bd6f2f8fd3e19003f0af17ee368f1d91f537e8bc;p=fs%2Flustre-release.git use correct name for toenal_ni --- 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"); }