[PATCH] Add option to specify the exact file used
authorJens Axboe <jens.axboe@oracle.com>
Tue, 24 Oct 2006 07:29:45 +0000 (09:29 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 24 Oct 2006 07:29:45 +0000 (09:29 +0200)
commit13f8e2d2e3e5ec7d8c18b70fb2a2e2a026190020
tree588b148c69bb383473bcc1a89945b6c39ed7feec
parenteecf272f1b2d55c1e49aadd7f65b9a433ba04c15
[PATCH] Add option to specify the exact file used

Fio typically just makes up a filename for a job, but sometimes you want
to explicitly reuse the same file for multiple jobs. Add a filename=
option to cater to that.

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