Cleanup symbols that should be static
[fio.git] / engines / rbd.c
index 5a4a3e271f6c32ce7ee073df139e47e490f6daec..9d64efd233cab1dfd4188f8ada16351d649c8f5e 100644 (file)
@@ -422,7 +422,7 @@ static int fio_rbd_io_u_init(struct thread_data *td, struct io_u *io_u)
        return 0;
 }
 
-struct ioengine_ops ioengine = {
+static struct ioengine_ops ioengine = {
        .name               = "rbd",
        .version            = FIO_IOOPS_VERSION,
        .setup              = fio_rbd_setup,