incorrect warning

master
Osamu Tatebe 2019-08-02 13:03:59 +09:00
parent a822363ee0
commit b1b66962ac
1 changed files with 1 additions and 0 deletions

View File

@ -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);