Re: [PATCH v2 0/3] Export fast_io_fail_tmo to sysfs

2021-04-02 Thread Christoph Hellwig
Thanks, applied to nvme-5.13.

[PATCH v2 0/3] Export fast_io_fail_tmo to sysfs

2021-04-01 Thread Daniel Wagner
changes since v1: - use sysfs_emit instead sprintf - simplify logic in nvme_ctrl_loss_tmo_store() and nvme_ctrl_io_fail_tmo - updated commit message (dropped wrong statement about hard coded value) Daniel Wagner (3): nvme: Use sysfs_emit instead of sprintf nvme: Remove superflues else