2021-04-01 09:58:16

by Daniel Wagner

[permalink] [raw]
Subject: [PATCH v2 0/3] Export fast_io_fail_tmo to sysfs

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 in nvme_ctrl_loss_tmo_store
nvme: Export fast_io_fail_tmo to sysfs

drivers/nvme/host/core.c | 73 +++++++++++++++++++++++++----------
drivers/nvme/host/multipath.c | 8 ++--
2 files changed, 56 insertions(+), 25 deletions(-)

--
2.29.2


2021-04-02 16:53:24

by Christoph Hellwig

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

Thanks,

applied to nvme-5.13.