Separate io_u from ioengine [3/3] - rename ioengine.h to ioengines.h
authorTomohiro Kusumi <tkusumi@tuxera.com>
Tue, 28 Mar 2017 20:03:01 +0000 (23:03 +0300)
committerJens Axboe <axboe@fb.com>
Tue, 28 Mar 2017 21:14:20 +0000 (15:14 -0600)
commit618ee94c319c46c670d29c7cf71538ca2ace13b7
tree13dfe823b1be65f065c897c4f859356a942bf9ec
parente2c75fc49d028736eccea411fcb34b1d1b9efd36
Separate io_u from ioengine [3/3] - rename ioengine.h to ioengines.h

This is based on the previous commits which added a new header
io_u.h and separated io_u related from ioengine.h and ioengines.c.

Since now that ioengine.h and ioengines.c are 1:1 in their contents
(i.e. prototypes and implementation), they should be based on the
same name as well.

This could possibly break outbox ioengines if they include ioengine.h,
but all the inbox ones just include fio.h (probably because that's
what engines/skeleton_external.c does), so the impact is probably
limited, and fio doesn't guarantee anything to outbox ones anyway.

Signed-off-by: Tomohiro Kusumi <tkusumi@tuxera.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
fio.h
ioengine.h [deleted file]
ioengines.h [new file with mode: 0644]
iolog.h
rate-submit.c