[PATCH] Add 'bs_unaligned' option
authorJens Axboe <jens.axboe@oracle.com>
Mon, 30 Oct 2006 14:25:09 +0000 (15:25 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 30 Oct 2006 14:25:09 +0000 (15:25 +0100)
commit690adba373bb8c97a365c67da369e265953c4b4c
tree9b84a321cedc1c48844a08af06d7dcf6001a0252
parentbb8895e07c6d6417410545f45d34b1b7916cd90a
[PATCH] Add 'bs_unaligned' option

If this is specified with 'bsrange', fio will use any byte size value
in the bs range for an io unit buffer length. Normally fio defaults to
using a multiple of the minimum bs size, as that is required for any
type of raw io.

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