From b1b66962acc1f1ecfdcd9e89965c5a3a24516f84 Mon Sep 17 00:00:00 2001 From: Osamu Tatebe Date: Fri, 2 Aug 2019 13:03:59 +0900 Subject: [PATCH] incorrect warning --- src/ior.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ior.c b/src/ior.c index 3ef411c..1ebcda8 100755 --- a/src/ior.c +++ b/src/ior.c @@ -1580,6 +1580,7 @@ static void ValidateTests(IOR_param_t * test) && (strcasecmp(test->api, "MPIIO") != 0) && (strcasecmp(test->api, "MMAP") != 0) && (strcasecmp(test->api, "HDFS") != 0) + && (strcasecmp(test->api, "Gfarm") != 0) && (strcasecmp(test->api, "RADOS") != 0)) && test->fsync) WARN_RESET("fsync() not supported in selected backend", test, &defaults, fsync);