Whamcloud - gitweb
So, it turns out that the CVS head was wrong - kptrouter is unloaded last.
authoradilger <adilger>
Fri, 19 Jul 2002 06:33:57 +0000 (06:33 +0000)
committeradilger <adilger>
Fri, 19 Jul 2002 06:33:57 +0000 (06:33 +0000)
lustre/tests/common.sh

index f764c8e..706463d 100644 (file)
@@ -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
 }