mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
blk-mq: Remove unused variable
Signed-off-by: Keith Busch <keith.busch@intel.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Sagi Grimberg <sagi@grimberg.me> Signed-off-by: Jens Axboe <axboe@fb.com>
This commit is contained in:
parent
fa19a769f8
commit
88a7503376
1 changed files with 0 additions and 1 deletions
|
@ -912,7 +912,6 @@ bool blk_mq_dispatch_rq_list(struct blk_mq_hw_ctx *hctx, struct list_head *list)
|
||||||
static void blk_mq_process_rq_list(struct blk_mq_hw_ctx *hctx)
|
static void blk_mq_process_rq_list(struct blk_mq_hw_ctx *hctx)
|
||||||
{
|
{
|
||||||
LIST_HEAD(rq_list);
|
LIST_HEAD(rq_list);
|
||||||
LIST_HEAD(driver_list);
|
|
||||||
|
|
||||||
if (unlikely(blk_mq_hctx_stopped(hctx)))
|
if (unlikely(blk_mq_hctx_stopped(hctx)))
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue