src/aiori-RADOS: Remove Direct IO option check.

Signed-off-by: Mark Nelson <mnelson@redhat.com>
master
Mark Nelson 2020-02-25 18:13:29 -06:00
parent b334c3f6fd
commit e363713c07
1 changed files with 0 additions and 3 deletions

View File

@ -137,9 +137,6 @@ static void *RADOS_Create_Or_Open(char *testFileName, IOR_param_t * param, int c
RADOS_Cluster_Init(param);
if (param->useO_DIRECT == TRUE)
WARN("direct I/O mode is not implemented in RADOS\n");
oid = strdup(testFileName);
if (!oid)
ERR("unable to allocate RADOS oid");