Deprecate verifysort and verifysort_nr
authorJens Axboe <axboe@kernel.dk>
Wed, 18 Apr 2018 03:50:55 +0000 (21:50 -0600)
committerJens Axboe <axboe@kernel.dk>
Wed, 18 Apr 2018 03:50:55 +0000 (21:50 -0600)
commitf31feaa21642929b6d9d5396b73669372fda9a0a
tree8901831021a87cc657ca7a6c6d2e0eb8ed858270
parentc47537ee91cd4f73e575c371c28ca2ac6babd2c1
Deprecate verifysort and verifysort_nr

It was an optimization to read back verifies in a sorted order,
for rotational storage. But I don't think the option makes much
sense, and I've never heard of anyone using it. Mark it as
deprecated, and always verify in the same order that IO was
written.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
backend.c
cconv.c
fio.h
io_u.c
iolog.c
options.c
rate-submit.c
thread_options.h
verify.c