engines/filecreate: remove improper message print
[fio.git] / engines / pmemblk.c
index e2eaa15ea1b4df58a5f4c065edf64ea6a26afd4d..fc6358e8e11f3730fc6163127830aaf5bc1ebf7a 100644 (file)
@@ -426,7 +426,7 @@ static int fio_pmemblk_unlink_file(struct thread_data *td, struct fio_file *f)
        return 0;
 }
 
-static struct ioengine_ops ioengine = {
+FIO_STATIC struct ioengine_ops ioengine = {
        .name = "pmemblk",
        .version = FIO_IOOPS_VERSION,
        .queue = fio_pmemblk_queue,