[PATCH] bs= and bsrange= takes both read and write sizes
authorJens Axboe <jens.axboe@oracle.com>
Mon, 6 Nov 2006 10:08:21 +0000 (11:08 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 6 Nov 2006 10:08:21 +0000 (11:08 +0100)
commitf90eff5a414f6e8c16a51c3a7d9b5e077ab49aac
treefda081189a9ded8799e5bb219c17ea15296a31b5
parent6c21976321b14966466cdcd7a1636c303ecf43c0
[PATCH] bs= and bsrange= takes both read and write sizes

Get rid of read_bs/write_bs and read_bsrange/write_bsrange. It was ugly
and too complicated. Instead support giving both values in a single bs=
or bsrange= seperated by a comma.

Example: bs=1k,4k will use 1k blocks for reads, 4k blocks for writes.
 bs=32k will use 32k blocks for both reads and writes.

Similar for bsrange=

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