From 93b3d2dbec951700ff7b72c7e75a33155718b595 Mon Sep 17 00:00:00 2001 From: adilger Date: Fri, 19 Jul 2002 06:33:57 +0000 Subject: [PATCH] So, it turns out that the CVS head was wrong - kptrouter is unloaded last. --- lustre/tests/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/common.sh b/lustre/tests/common.sh index f764c8e..706463d 100644 --- a/lustre/tests/common.sh +++ b/lustre/tests/common.sh @@ -535,9 +535,9 @@ cleanup_portals() { do_rmmod ptlrpc do_rmmod obdclass - do_rmmod kptlrouter do_rmmod kqswnal do_rmmod ksocknal + do_rmmod kptlrouter do_rmmod portals } -- 1.8.3.1