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