diff options
author | John Garry <[email protected]> | 2021-07-27 17:32:53 +0800 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2021-07-27 16:44:38 -0600 |
commit | b93af3055d6f32d3b0361cfdb110c9399c1241ba (patch) | |
tree | 6a0f83ecb4efae850ef4fc13dc98da2c707327f2 /net/unix/unix_bpf.c | |
parent | 3ce6e1f662a910970880188ea7bfd00542bd3934 (diff) |
blk-mq-sched: Fix blk_mq_sched_alloc_tags() error handling
If the blk_mq_sched_alloc_tags() -> blk_mq_alloc_rqs() call fails, then we
call blk_mq_sched_free_tags() -> blk_mq_free_rqs().
It is incorrect to do so, as any rqs would have already been freed in the
blk_mq_alloc_rqs() call.
Fix by calling blk_mq_free_rq_map() only directly.
Fixes: 6917ff0b5bd41 ("blk-mq-sched: refactor scheduler initialization")
Signed-off-by: John Garry <[email protected]>
Reviewed-by: Ming Lei <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'net/unix/unix_bpf.c')
0 files changed, 0 insertions, 0 deletions