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:
43c51e8
)
Branch b1_8
author
adilger
<adilger>
Thu, 2 Apr 2009 04:15:00 +0000
(
04:15
+0000)
committer
adilger
<adilger>
Thu, 2 Apr 2009 04:15:00 +0000
(
04:15
+0000)
Quiet unused "path" variable warning.
lustre/liblustre/tests/replay_single.c
patch
|
blob
|
history
diff --git
a/lustre/liblustre/tests/replay_single.c
b/lustre/liblustre/tests/replay_single.c
index
2a4d4e8
..
e6f9697
100644
(file)
--- a/
lustre/liblustre/tests/replay_single.c
+++ b/
lustre/liblustre/tests/replay_single.c
@@
-111,9
+111,10
@@
void t0()
{
char *path="/mnt/lustre/f0";
ENTRY("empty replay");
+
replay_barrier();
mds_failover();
- t_check_stat_fail(
"/mnt/lustre/f0"
);
+ t_check_stat_fail(
path
);
LEAVE();
}