Remove the file->last_completed_pos variable
authorJens Axboe <jens.axboe@oracle.com>
Sat, 1 Mar 2008 17:09:49 +0000 (18:09 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Sat, 1 Mar 2008 17:09:49 +0000 (18:09 +0100)
commitf85ac25a7d5c9d5ba4d5c73363a6a2a461a9b013
tree8bb9621c300684dea34571073d223bc213426c34
parent126d65c6fc97d6acdc568aa5a969c012018daf15
Remove the file->last_completed_pos variable

This tracks where we last did IO to this file, however with file
sharing that may break. So just remove this optimization, it'll
cost an extra lseek() for the sync engine but doesn't do much else
outside of that.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
engines/net.c
engines/sync.c
fio.c
fio.h
io_u.c
ioengines.c