From dbae4757ef218f93d7528f20ff91a427cbad05ec Mon Sep 17 00:00:00 2001 From: adilger Date: Fri, 2 Aug 2002 10:58:46 +0000 Subject: [PATCH] Use rqswnal instead of qswnal. --- 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 3049778..fd93a5d 100644 --- a/lustre/tests/common.sh +++ b/lustre/tests/common.sh @@ -210,7 +210,7 @@ setup_portals() { #do_insmod $PORTALS/linux/router/kptlrouter.o || exit -1 case $NETWORK in - elan) do_insmod $PORTALS/linux/qswnal/kqswnal.o || exit -1 + elan) do_insmod $PORTALS/linux/rqswnal/kqswnal.o || exit -1 ;; tcp) do_insmod $PORTALS/linux/socknal/ksocknal.o || exit -1 ;; -- 1.8.3.1