[PATCH 0/3] cleanups for queue freezing functions

From: Jinlong Chen
Date: Sat Oct 29 2022 - 06:03:13 EST


This series of patches cleans up non-blk-mq functions in blk-mq.c to build
a consistent blk_mq_* namespace.

Jinlong Chen (3):
blk-mq: remove redundant call to blk_freeze_queue_start in
blk_mq_destroy_queue
blk-mq: remove blk_freeze_queue
block: hide back blk_freeze_queue_start and export its blk-mq alias

block/blk-core.c | 13 +++++++++
block/blk-mq.c | 52 ++++++++++++++---------------------
block/blk-pm.c | 2 +-
block/blk.h | 2 +-
drivers/nvme/host/core.c | 2 +-
drivers/nvme/host/multipath.c | 2 +-
include/linux/blk-mq.h | 2 +-
7 files changed, 39 insertions(+), 36 deletions(-)

--
2.31.1