fio: add function to check for serialize_overlap with offload submission
authorVincent Fu <vincent.fu@wdc.com>
Wed, 17 Oct 2018 16:03:22 +0000 (12:03 -0400)
committerJens Axboe <axboe@kernel.dk>
Fri, 19 Oct 2018 17:08:47 +0000 (11:08 -0600)
commit1368d95b060802f3032bb662144faa99bd521b56
treee34f8ed47f131ea35b1bb62fc6abf6000d6e6b4b
parent029e6147e9005ddb08774193aa8b3a01174007b1
fio: add function to check for serialize_overlap with offload submission

In multiple places fio needs to check whether it is carrying out overlap
checking in offload submission mode. Make this check a function to
improve code readability.

Reviewed-by: Sebastien Boisvert <sboisvert@gydle.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
backend.c
fio.h
ioengines.c