Get rid of O_ATOMIC
[fio.git] / engines / ime.c
index f6690cc16c302c81378105165eea708d8cb179aa..037b8419e253c2340587eadd207a8296c18f8581 100644 (file)
@@ -188,10 +188,6 @@ static int fio_ime_open_file(struct thread_data *td, struct fio_file *f)
                return 1;
        }
 
-       if (td->o.oatomic) {
-               td_verror(td, EINVAL, "IME does not support atomic IO");
-               return 1;
-       }
        if (td->o.odirect)
                flags |= O_DIRECT;
        flags |= td->o.sync_io;