stats: Add hint information to per priority level stats
[fio.git] / engines / libzbc.c
index cb3e9ca5458e3488a113ad3b5adfaac20da5d457..1bf1e8c8d838c4b7a954bf92d62ea21cf2b2b811 100644 (file)
@@ -71,12 +71,6 @@ static int libzbc_open_dev(struct thread_data *td, struct fio_file *f,
                        flags |= O_RDONLY;
        }
 
-       if (td->o.oatomic) {
-               td_verror(td, EINVAL, "libzbc does not support O_ATOMIC");
-               log_err("%s: libzbc does not support O_ATOMIC\n", f->file_name);
-               return -EINVAL;
-       }
-
        ld = calloc(1, sizeof(*ld));
        if (!ld)
                return -ENOMEM;