Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit f14bbe77 authored by Jens Axboe's avatar Jens Axboe
Browse files

blk-mq: pass in suggested NUMA node to ->alloc_hctx()


Drivers currently have to figure this out on their own, and they
are missing information to do it properly. The ones that did
attempt to do it, do it wrong.

So just pass in the suggested node directly to the alloc
function.

Signed-off-by: default avatarJens Axboe <axboe@fb.com>
parent 3d2936f4
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment