[PATCH] Automatically adjust iodepth for nr_files
authorJens Axboe <jens.axboe@oracle.com>
Fri, 20 Oct 2006 07:07:46 +0000 (09:07 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 20 Oct 2006 07:07:46 +0000 (09:07 +0200)
commit841ddd1322abbb48b2afe25712b4303dbf8cc5de
tree6a8e4c27ffaedbd35f55a4216a3b1df8bd96b4e6
parent25205e975e6dce6079a4b94d656724011f1aabd0
[PATCH] Automatically adjust iodepth for nr_files

If iodepth isn't directly specified, allocate 1 io_u per file to
avoid serializing the workload. If iodepth is specified, use whatever
value was given as previously.

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