[PATCH 1/3] blk-mq: delete unnecessary comments
Chao Leng
lengchao at huawei.com
Fri Jul 29 00:39:46 PDT 2022
To improve the quiesce time when using a large set of namespaces, nvme
need using blk_mq_quiesce_queue_nowait directly.
Thus the comments for blk_mq_quiesce_queue_nowait is unnecessary,
so delete the comments.
Signed-off-by: Chao Leng <lengchao at huawei.com>
---
block/blk-mq.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/block/blk-mq.c b/block/blk-mq.c
index 92aae03103b7..6b525640009c 100644
--- a/block/blk-mq.c
+++ b/block/blk-mq.c
@@ -238,10 +238,6 @@ void blk_mq_unfreeze_queue(struct request_queue *q)
}
EXPORT_SYMBOL_GPL(blk_mq_unfreeze_queue);
-/*
- * FIXME: replace the scsi_internal_device_*block_nowait() calls in the
- * mpt3sas driver such that this function can be removed.
- */
void blk_mq_quiesce_queue_nowait(struct request_queue *q)
{
unsigned long flags;
--
2.16.4
More information about the Linux-nvme
mailing list