commit | 4668c7a2940d134bea50058e138591b97485c5da | [log] [tgz] |
---|---|---|
author | Akinobu Mita <akinobu.mita@gmail.com> | Mon Mar 27 23:37:32 2023 +0900 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Apr 13 07:38:54 2023 -0600 |
tree | d799f0eb3f7c5a55c27e461be08a368bf20a11fd | |
parent | 4d5bba5bee0aa002523125e51789e95d47794a06 [diff] |
fault-inject: allow configuration via configfs This provides a helper function to allow configuration of fault-injection for configfs-based drivers. The config items created by this function have the same interface as the one created under debugfs by fault_create_debugfs_attr(). Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com> Link: https://lore.kernel.org/r/20230327143733.14599-2-akinobu.mita@gmail.com Signed-off-by: Jens Axboe <axboe@kernel.dk>