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:
b79e69a
)
liblustre: minor fix for replay_single test, even 60 to too much for vmware.
author
ericm
<ericm>
Wed, 19 Nov 2003 09:57:20 +0000
(09:57 +0000)
committer
ericm
<ericm>
Wed, 19 Nov 2003 09:57:20 +0000
(09:57 +0000)
lustre/liblustre/replay_single.c
patch
|
blob
|
history
diff --git
a/lustre/liblustre/replay_single.c
b/lustre/liblustre/replay_single.c
index
e9537d4
..
1602a7c
100755
(executable)
--- a/
lustre/liblustre/replay_single.c
+++ b/
lustre/liblustre/replay_single.c
@@
-179,8
+179,8
@@
void t3a()
void t3b()
{
- ENTRY("
6
0 create/delete(>1'st block precreated)");
- n_create_delete(
6
0);
+ ENTRY("
3
0 create/delete(>1'st block precreated)");
+ n_create_delete(
3
0);
LEAVE();
}