]> git.baikalelectronics.ru Git - kernel.git/commit
nvme: remove the .stop_ctrl callout
authorSagi Grimberg <sagi@grimberg.me>
Tue, 1 Jan 2019 08:19:30 +0000 (00:19 -0800)
committerChristoph Hellwig <hch@lst.de>
Mon, 4 Feb 2019 14:41:25 +0000 (15:41 +0100)
commit266322c690f3342f81353929aa91f16d8d579ef0
treef21897d5dda9535b2011e41f928e205866438f49
parent15e6d6fe45a55805cfb5e182e20134183ad3e1a0
nvme: remove the .stop_ctrl callout

It is used now just to flush error recovery and reconnect work items in
the RDMA and TCP transports, which can simply be moved to the
corresponding teardown routines.

Signed-off-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/core.c
drivers/nvme/host/nvme.h
drivers/nvme/host/rdma.c
drivers/nvme/host/tcp.c