fio: fix dynamic engines soname definition
authorYigal Korman <ykorman@gmail.com>
Mon, 5 Oct 2020 17:08:54 +0000 (20:08 +0300)
committerJens Axboe <axboe@kernel.dk>
Sun, 1 Nov 2020 14:16:16 +0000 (07:16 -0700)
commit08a3f6fef1fe6c9fcd18d5ed40ca81097922bb14
tree8b4afdfe53e0b85f2c6173ff82646a6c25e16dcd
parent8c17a6248bd227a9f3cc3da52bd1cb922dc6cf81
fio: fix dynamic engines soname definition

The SONAME of the engines should not match the name of the dependent
library. Otherwise it confuses the dynamic loader into thinking the
dependency is already resolved.

Prefixing the name with fio make more sense here.

Signed-off-by: Yigal Korman <ykorman@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Makefile