dfs: fix fail to load dfs engine
authorfugen <fugen@cstor.cn>
Fri, 7 Mar 2025 08:50:45 +0000 (16:50 +0800)
committerfugen <fugen@cstor.cn>
Fri, 7 Mar 2025 15:08:37 +0000 (23:08 +0800)
commit4fa9e3ae93c43b9cf721a56c7c2a6a71b8ac0dc7
treec3c932b1d7f2ec71b9795ef81843b6c3f45fe3de
parenta72fed7a4900e43035cf4e7e653fd11b6671c726
dfs: fix fail to load dfs engine

dfs engine mistakenly used a symbol named 'dfs' to call
dlsym(dlhandle, engine_lib), this symbol points a global
variable in dfs.c file. I change this variable name to
'daosfs' to point to 'ioengine' symbol correctly.

Fixes: https://github.com/axboe/fio/issues/1874
Signed-off-by: fugen <fugen@cstor.cn>
engines/dfs.c