-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add __load_ioengine() to separate ioengine loading from td context
Add a sub function __load_ioengine(), which only takes name argument, to be called from load_ioengine(). No functional changes. This lets fio_show_ioengine_help() get rid of a local variable td which only existed to call load_ioengine(&td, ...) while this td had no actual thread context thus unneeded. Signed-off-by: Tomohiro Kusumi <[email protected]> Signed-off-by: Jens Axboe <[email protected]>
- Loading branch information
Showing
1 changed file
with
19 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters