X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=io_u.c;h=47c02e0ad135dea4da458da5e0116084dd7885d7;hp=1e9018c4f6ee85bc5362aea312b9b2ec15a15978;hb=3bfb53dd20223015916e9ade388a5f9d49b87172;hpb=398e8c4ddb1e4c05159cf86b6367156bdfd2b084;ds=sidebyside diff --git a/io_u.c b/io_u.c index 1e9018c4..47c02e0a 100644 --- a/io_u.c +++ b/io_u.c @@ -848,7 +848,6 @@ struct io_u *get_io_u(struct thread_data *td) /* * Set io data pointers. */ - io_u->endpos = io_u->offset + io_u->buflen; io_u->xfer_buf = io_u->buf; io_u->xfer_buflen = io_u->buflen;