From a6efa7c70adfc5b8fbb0737a890e236c832766a6 Mon Sep 17 00:00:00 2001 From: adilger Date: Mon, 8 Nov 2010 19:20:50 +0800 Subject: [PATCH] b=24088 Quiet unused "path" variable warning. o=adilger i=brian i=panda --- 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 37f5286..7aed3f2 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