nvme: rename the queue quiescing helpers
authorChristoph Hellwig <hch@lst.de>
Tue, 15 Nov 2022 10:22:14 +0000 (11:22 +0100)
committerChristoph Hellwig <hch@lst.de>
Fri, 18 Nov 2022 07:24:23 +0000 (08:24 +0100)
commit9f27bd701d18f012646a06bc6c1b35d81f30359b
tree5285bfbeb009aaf76ab5c0eff7cd0b76bfa6c875
parentc58e28afb11f5cd3c7f8a27b3abb045d848467ac
nvme: rename the queue quiescing helpers

Naming the nvme helpers that wrap the block quiesce functionality
_start/_stop is rather confusing.  Switch to using the quiesce naming
used by the block layer instead.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>
drivers/nvme/host/apple.c
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/host/tcp.c
drivers/nvme/target/loop.c