From: Tomohiro Kusumi Date: Tue, 28 Mar 2017 20:03:01 +0000 (+0300) Subject: Separate io_u from ioengine [3/3] - rename ioengine.h to ioengines.h X-Git-Tag: fio-2.19~4 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=618ee94c319c46c670d29c7cf71538ca2ace13b7;hp=618ee94c319c46c670d29c7cf71538ca2ace13b7 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 Signed-off-by: Jens Axboe ---