Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nfs: Fix incorrect engine registering for '--enghelp' list
`ioengine` from `nfs` (internal) engine is incorrectly exported thus overriding its value in constructor callbacks of other external engines, that are used for registering engine for listing with `--enghelp`. Because flist is unsafe to double adding it also making `engine_list` to become corrupt and causing infinite loop or abnormal list termination when printing engine list. Issue: #1655 Fixes: 9326926 ("NFS engine") Signed-off-by: Vitaly Chikunov <vt@altlinux.org>
- Loading branch information