mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
blk-mq: remove stale comment for blk_mq_sched_mark_restart_hctx
Commit97889f9ac2("blk-mq: remove synchronize_rcu() from blk_mq_del_queue_tag_set()") remove handle of TAG_SHARED in restart, then shared_hctx_restart counted for how many hardware queues are marked for restart is removed too. Remove the stale comment that we still count hardware queues need restart. Fixes:97889f9ac2("blk-mq: remove synchronize_rcu() from blk_mq_del_queue_tag_set()") Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Kemeng Shi <shikemeng@huaweicloud.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
@@ -19,8 +19,7 @@
|
|||||||
#include "blk-wbt.h"
|
#include "blk-wbt.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Mark a hardware queue as needing a restart. For shared queues, maintain
|
* Mark a hardware queue as needing a restart.
|
||||||
* a count of how many hardware queues are marked for restart.
|
|
||||||
*/
|
*/
|
||||||
void blk_mq_sched_mark_restart_hctx(struct blk_mq_hw_ctx *hctx)
|
void blk_mq_sched_mark_restart_hctx(struct blk_mq_hw_ctx *hctx)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user