blktrace.c: Don't hardcode direct-io
authorLukas Straub <lukasstraub2@web.de>
Wed, 19 Jan 2022 21:14:30 +0000 (21:14 +0000)
committerJens Axboe <axboe@kernel.dk>
Thu, 20 Jan 2022 18:40:42 +0000 (11:40 -0700)
commitd0b12843fd441460bd9a0172169b028a74f76b10
tree949a160d9822222f20302fc2c0aa82ff33f2d59f
parentd9d60dbf49bfa62b5bd26f078533088f1de17b6f
blktrace.c: Don't hardcode direct-io

This is unexpected if one wants to test performance of a
standard filesystem (by pointing replay_redirect to a standard file)
with buffered io.

Signed-off-by: Lukas Straub <lukasstraub2@web.de>
Link: https://lore.kernel.org/r/239cc0c47c346408607772fb423aa5745a3779dd.1642626314.git.lukasstraub2@web.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
blktrace.c