From 054937fc2bb77a12e29131539f1174131994af0d Mon Sep 17 00:00:00 2001 From: adilger Date: Thu, 2 Apr 2009 04:15:00 +0000 Subject: [PATCH] Branch b1_8 Quiet unused "path" variable warning. --- lustre/liblustre/tests/replay_single.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lustre/liblustre/tests/replay_single.c b/lustre/liblustre/tests/replay_single.c index 2a4d4e8..e6f9697 100644 --- 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(); } -- 1.8.3.1