blk-mq: move blk_mq_flush_plug_list
authorChristoph Hellwig <hch@lst.de>
Wed, 17 Nov 2021 06:13:57 +0000 (07:13 +0100)
committerJens Axboe <axboe@kernel.dk>
Mon, 29 Nov 2021 13:34:50 +0000 (06:34 -0700)
commitb84c5b50d329bf7cfdba6bd5c8a99f1b8604e301
tree902726b8f7c98b8fb952222009b5c3403bf73b14
parent4054cff92c357813b6861b622122b344990f7e31
blk-mq: move blk_mq_flush_plug_list

Move blk_mq_flush_plug_list and blk_mq_plug_issue_direct down in blk-mq.c
to prepare for marking blk_mq_request_issue_directly static without the
need of a forward declaration.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Link: https://lore.kernel.org/r/20211117061404.331732-5-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-mq.c