Change .category of cpuio to FIO_OPT_C_ENGINE
authorTomohiro Kusumi <tkusumi@tuxera.com>
Fri, 20 Jan 2017 17:46:42 +0000 (02:46 +0900)
committerJens Axboe <axboe@fb.com>
Fri, 20 Jan 2017 17:50:15 +0000 (10:50 -0700)
commitcbd9148f6c1a2ffe800cd7b3d3d671a7566bc49f
tree51651d98cc6c7a0cf9235401bca9d69029e8607f
parentf70afaca743f2971312d9928f069a9ea7daeccf7
Change .category of cpuio to FIO_OPT_C_ENGINE

This is supposed to be ENGINE instead of GENERAL.

 # grep "\.category" engines -rI | grep -v ENGINE
 engines/cpu.c:          .category = FIO_OPT_C_GENERAL,
 engines/cpu.c:          .category = FIO_OPT_C_GENERAL,
 engines/cpu.c:          .category = FIO_OPT_C_GENERAL,

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