mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
blk-mq: move blk_mq_flush_plug_list to block/blk-mq.h
This helper is internal to the block layer. Signed-off-by: Christoph Hellwig <hch@lst.de> Link: https://lore.kernel.org/r/20211020144119.142582-3-hch@lst.de Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
parent
a214b949d8
commit
dbb6f764a0
2 changed files with 1 additions and 2 deletions
|
@ -656,8 +656,6 @@ int blk_mq_alloc_sq_tag_set(struct blk_mq_tag_set *set,
|
|||
unsigned int set_flags);
|
||||
void blk_mq_free_tag_set(struct blk_mq_tag_set *set);
|
||||
|
||||
void blk_mq_flush_plug_list(struct blk_plug *plug, bool from_schedule);
|
||||
|
||||
void blk_mq_free_request(struct request *rq);
|
||||
|
||||
bool blk_mq_queue_inflight(struct request_queue *q);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue