X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=engines%2Fglusterfs_sync.c;h=05e184cb16465b8123381bde26c87e1f91aae80f;hp=6de4ee292eee4e082b3011b544ce1735a8786785;hb=565e784df05c2529479eed8a38701a33b01894bd;hpb=675d2d651cce01e8c18cc6fda8bb44e1d9e405bd diff --git a/engines/glusterfs_sync.c b/engines/glusterfs_sync.c index 6de4ee29..05e184cb 100644 --- a/engines/glusterfs_sync.c +++ b/engines/glusterfs_sync.c @@ -11,7 +11,7 @@ static int fio_gf_prep(struct thread_data *td, struct io_u *io_u) { struct fio_file *f = io_u->file; - struct gf_data *g = td->io_ops->data; + struct gf_data *g = td->io_ops_data; dprint(FD_FILE, "fio prep\n"); @@ -31,7 +31,7 @@ static int fio_gf_prep(struct thread_data *td, struct io_u *io_u) static int fio_gf_queue(struct thread_data *td, struct io_u *io_u) { - struct gf_data *g = td->io_ops->data; + struct gf_data *g = td->io_ops_data; int ret = 0; dprint(FD_FILE, "fio queue len %lu\n", io_u->xfer_buflen);