Rename FIO_TYPE_BD to FIO_TYPE_BLOCK
authorTomohiro Kusumi <tkusumi@tuxera.com>
Wed, 18 Jan 2017 17:38:23 +0000 (02:38 +0900)
committerJens Axboe <axboe@fb.com>
Thu, 19 Jan 2017 23:09:52 +0000 (16:09 -0700)
commit686fbd314c2113db5c9cd367a65f1e5abe47bce1
treeba0a73ff04c9ad9eff39db711881ae84bba951e6
parent42c3f3daa815c6e792dfc817baabb4090554075a
Rename FIO_TYPE_BD to FIO_TYPE_BLOCK

Since character device is FIO_TYPE_CHAR, BLOCK (or BLK) makes
better sense for block device.

This may break external ioengines on compile-time, but ioengines
usually don't refer to file type which are regfile/blk/chr/pipe
(which I believe makes sense to commit this change as there's
been changes that break not only api but also abi).

Signed-off-by: Tomohiro Kusumi <tkusumi@tuxera.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
backend.c
engines/binject.c
engines/mmap.c
engines/sg.c
file.h
filesetup.c
ioengines.c