X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=engines%2Fglusterfs_sync.c;h=25d05b251fbbd44233ea47b0b138a554d2cec637;hb=7746976c9230e7b3349ad27136b0cd8784f0c405;hp=05e184cb16465b8123381bde26c87e1f91aae80f;hpb=565e784df05c2529479eed8a38701a33b01894bd;p=fio.git 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;