From: adilger Date: Thu, 2 Apr 2009 04:15:00 +0000 (+0000) Subject: Branch b1_8 X-Git-Tag: v1_8_0_110~140 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=054937fc2bb77a12e29131539f1174131994af0d;p=fs%2Flustre-release.git Branch b1_8 Quiet unused "path" variable warning. --- 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(); }