Add option to select how to service multiple files
authorJens Axboe <jens.axboe@oracle.com>
Fri, 23 Feb 2007 07:45:55 +0000 (08:45 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 23 Feb 2007 07:45:55 +0000 (08:45 +0100)
commit0aabe160c38efc3c42157fac2a9af08e070341c6
tree2ccaed2040cf8b741340fb7e6283f9254ac9aaf4
parent5945b9b45474a9a717a3db2310822aa5064fb38b
Add option to select how to service multiple files

Right now we just round robin the open files, but sometimes you
just want to randomly go through the files. Add a 'file_service'
option for that, default to round robin still.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
fio.h
init.c
io_u.c