Loading block/blk-mq.c +1 −1 Original line number Diff line number Diff line Loading @@ -2332,7 +2332,7 @@ static int blk_mq_init_hctx(struct request_queue *q, return 0; free_fq: kfree(hctx->fq); blk_free_flush_queue(hctx->fq); exit_hctx: if (set->ops->exit_hctx) set->ops->exit_hctx(hctx, hctx_idx); Loading Loading
block/blk-mq.c +1 −1 Original line number Diff line number Diff line Loading @@ -2332,7 +2332,7 @@ static int blk_mq_init_hctx(struct request_queue *q, return 0; free_fq: kfree(hctx->fq); blk_free_flush_queue(hctx->fq); exit_hctx: if (set->ops->exit_hctx) set->ops->exit_hctx(hctx, hctx_idx); Loading