Refactor fio_show_ioengine_help()
authorTomohiro Kusumi <tkusumi@tuxera.com>
Wed, 18 Jan 2017 17:38:25 +0000 (02:38 +0900)
committerJens Axboe <axboe@fb.com>
Thu, 19 Jan 2017 23:09:52 +0000 (16:09 -0700)
commit755dcbbdec670a0c2e83561070d5fd1462c75dc6
tree06aa68d97c5e0749ab789a8cad4c19896cb2d45f
parent4bb7a7756fc936f205792844cddb777ae398a8ab
Refactor fio_show_ioengine_help()

Since td is there only to call load_ioengine(),
ioengine ops doesn't need to be refered to as td.io_ops.

Signed-off-by: Tomohiro Kusumi <tkusumi@tuxera.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
ioengines.c