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)
commit794a4cb3d2f7c105112f9b59525533f00ac06006
treef21897d5dda9535b2011e41f928e205866438f49
parent6e02318eaea53eaafe628c4ffc254f57b2704561
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