From 0eea94103e68be7b768fbdd380cb5b9a42ef6171 Mon Sep 17 00:00:00 2001 From: grev <grev> Date: Wed, 27 Aug 2008 17:23:21 +0000 Subject: [PATCH] b=16248 i=Adilger increase MINRES to 2^32 -1 --- lustre/tests/lockorder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/lockorder.sh b/lustre/tests/lockorder.sh index 10e9573ec5..4f1ca4b40c 100644 --- a/lustre/tests/lockorder.sh +++ b/lustre/tests/lockorder.sh @@ -28,7 +28,7 @@ NUM=0 MINDIR=$DIR MAXDIR=$DIR -MINRES=2000000000 +MINRES=4294967295 MAXRES=0 mkdir -p $MINDIR while [ $MINRES -gt $MAXRES ]; do -- GitLab