]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/nvme/host/pci.c
nvme: Move transports to use nvme-core workqueue
authorSagi Grimberg <sagi@grimberg.me>
Wed, 7 Jun 2017 18:31:55 +0000 (20:31 +0200)
committerChristoph Hellwig <hch@lst.de>
Thu, 15 Jun 2017 12:29:43 +0000 (14:29 +0200)
commit9a6327d2f25b14cb568ca2c55ccbc8f00aa400e4
treede7f1f7be9a896aa4bfa497b7ccd6721cdc30e7e
parentc58bd1bf4d46a020b7a1aa0710bca8191d789caa
nvme: Move transports to use nvme-core workqueue

Instead of each transport using it's own workqueue, export
a single nvme-core workqueue and use that instead.

In the future, this will help us moving towards some unification
if controller setup/teardown flows.

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