Whamcloud - gitweb
b=24088 Quiet unused "path" variable warning.
authoradilger <adilger>
Mon, 8 Nov 2010 11:20:50 +0000 (19:20 +0800)
committerVitaly Fertman <vitaly.fertman@sun.com>
Mon, 8 Nov 2010 20:56:19 +0000 (23:56 +0300)
o=adilger
i=brian
i=panda

lustre/liblustre/tests/replay_single.c

index 37f5286..7aed3f2 100644 (file)
@@ -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();
 }