Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac26b3d
)
b=16248
author
grev
<grev>
Wed, 27 Aug 2008 17:19:30 +0000
(17:19 +0000)
committer
grev
<grev>
Wed, 27 Aug 2008 17:19:30 +0000
(17:19 +0000)
i=Adilger
increase MINRES to 2^32 -1
lustre/tests/lockorder.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/lockorder.sh
b/lustre/tests/lockorder.sh
index
10e9573
..
4f1ca4b
100644
(file)
--- 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