RFC: nvme-pci: split the probe and reset handlers
Christoph Hellwig
hch at lst.de
Tue Nov 8 07:02:40 PST 2022
Hi all,
this series split the nvme-pci probe handler to be separate from the reset
handler. I've been wanting to do that for a while, but the bug report from
Gerd that was caused by confusing about the controller state in the reset
state required it to be expedited.
Diffstat:
host/apple.c | 2
host/core.c | 39 ++++-
host/fc.c | 2
host/nvme.h | 7
host/pci.c | 415 +++++++++++++++++++++++++++-------------------------------
host/rdma.c | 2
host/tcp.c | 2
target/loop.c | 2
8 files changed, 237 insertions(+), 234 deletions(-)
More information about the Linux-nvme
mailing list