Revert "Fix multithread issues when operating on a single shared file"
authorVincent Fu <vincent.fu@samsung.com>
Tue, 23 Aug 2022 16:38:51 +0000 (12:38 -0400)
committerVincent Fu <vincent.fu@samsung.com>
Tue, 23 Aug 2022 16:41:34 +0000 (12:41 -0400)
commitd5e3f7cbaf9f20160a1b0f1a35885c7f63be960f
treecfc5aae1de85411aedd6ef470e2baa42cffcf568
parentf1282f7669669ce9b2c9f64d5d55af3d85586394
Revert "Fix multithread issues when operating on a single shared file"

This reverts commit acbda87c34c743ff2d9e125d9539bcfbbf49eb75.

This commit introduced a lot of unintended consequences for
create_serialize=0. The aim of the commit can be accomplished with a
combination of filesize and io_size.

Fixes: https://github.com/axboe/fio/issues/1442
Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
backend.c
file.h
filesetup.c