X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=engines%2Fglusterfs_sync.c;h=25d05b251fbbd44233ea47b0b138a554d2cec637;hp=05e184cb16465b8123381bde26c87e1f91aae80f;hb=6b86fc18e13d1c8f36b24c409f4c7653508c7f85;hpb=565e784df05c2529479eed8a38701a33b01894bd diff --git a/engines/glusterfs_sync.c b/engines/glusterfs_sync.c index 05e184cb..25d05b25 100644 --- a/engines/glusterfs_sync.c +++ b/engines/glusterfs_sync.c @@ -7,7 +7,7 @@ #include "gfapi.h" -#define LAST_POS(f) ((f)->engine_data) +#define LAST_POS(f) ((f)->engine_pos) static int fio_gf_prep(struct thread_data *td, struct io_u *io_u) { struct fio_file *f = io_u->file;