]> 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)
commitccc8e123ed2dcb40dc4fc01159d51a07dc871ce4
treef21897d5dda9535b2011e41f928e205866438f49
parent79344ec8ff2b7335ff5a427878eab40a46f5b9ec
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