X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=ioengines.c;h=45e769e6f93da0bbb9e93c288121f8b3c4e83d12;hb=298d751e5f7dcde630d90a38f9ad5ab6670483a1;hp=b7df860825e55bb433b20a981f45c2ebf6439734;hpb=817ae9778a9b10b1db6e10db02ef865ff15fd73c;p=fio.git diff --git a/ioengines.c b/ioengines.c index b7df8608..45e769e6 100644 --- a/ioengines.c +++ b/ioengines.c @@ -131,7 +131,7 @@ static struct ioengine_ops *__load_ioengine(const char *name) /* * linux libaio has alias names, so convert to what we want */ - if (!strncmp(engine, "linuxaio", 8) || !strncmp(engine, "aio", 3)) { + if (!strncmp(engine, "linuxaio", 8)) { dprint(FD_IO, "converting ioengine name: %s -> libaio\n", name); strcpy(engine, "libaio"); }