engines/filecreate: set FIO_NOSTATS flag
authorJens Axboe <axboe@kernel.dk>
Mon, 9 Oct 2017 16:11:19 +0000 (10:11 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 9 Oct 2017 16:12:52 +0000 (10:12 -0600)
commit132b1ee42e63a5ca369d94d33d2a7337741d7458
treeba5a6c753e8cb8a672f33e9517d1164d860bb683
parent52582166d723870f68e7f4ff7532de13b3cdeaea
engines/filecreate: set FIO_NOSTATS flag

Before this change, we bundle the fake IO latencies with the file
open latencies. That's not intended. Add a flag for IO engines to
tell the core to ignore any IO latencies.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
engines/filecreate.c
io_u.c
ioengines.h