]> www.infradead.org Git - users/hch/fsqual.git/commit
Remove indirection in run_test()
authorAvi Kivity <avi@scylladb.com>
Tue, 5 Jan 2021 11:06:51 +0000 (13:06 +0200)
committerAvi Kivity <avi@scylladb.com>
Tue, 5 Jan 2021 11:06:51 +0000 (13:06 +0200)
commit6b9d5cfbc26b22f42c686b38a193d124b3f9bb66
tree4d59e1dd0626814d7865bdf7843a3877a29897d6
parent522ef4e40f470473776bdd1b430c52185b4a407c
Remove indirection in run_test()

We only call one function, and the indirection doesn't work well
with specifying flags like O_DSYNC since that needs to be done
at open time, which is in run_test() rather than the indirected
function.
fsqual.cc