Use a pointer to const char* for I/O engine name (in response to aa2b823c)
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Mon, 8 Aug 2016 17:27:30 +0000 (02:27 +0900)
committerJens Axboe <axboe@fb.com>
Mon, 8 Aug 2016 17:31:15 +0000 (11:31 -0600)
commit43072e8e8b1bf08aad7a138761a563f92ab99fb3
tree94b6cf5a562878a183dc53511b9fc23253e57c3f
parent9d9937b51dc6a8fa3ee12349ac1ce290e0429b9d
Use a pointer to const char* for I/O engine name (in response to aa2b823c)

aa2b823c also needed to change ioengine_ops::name size to 64,
or make it a pointer to a readonly string which seems to be better
in this case as no one is to (or should be able to) modify it.

Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@gmail.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
ioengine.h