commit | f14bbe77a96bb979dc539d8308ee18a9363a544f | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@fb.com> | Tue May 27 12:06:53 2014 -0600 |
committer | Jens Axboe <axboe@fb.com> | Tue May 27 12:06:53 2014 -0600 |
tree | 38ae39ea9002bb126aa259be0e81ffd7b32fa0d9 | |
parent | 3d2936f457a847d9d88a9cc127e0eb7a0ebba0ff [diff] |
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: Jens Axboe <axboe@fb.com>