commit | 48e28166a7b608e19a6aea3acadd81cdfe660f6b | [log] [tgz] |
---|---|---|
author | Omar Sandoval <osandov@fb.com> | Sat Sep 17 01:28:22 2016 -0700 |
committer | Jens Axboe <axboe@fb.com> | Sat Sep 17 08:39:08 2016 -0600 |
tree | ece76660b963252e9371c8aea0a4d04f8b69c42f | |
parent | 88459642cba452630326b9cab1c651e09577d4e4 [diff] |
sbitmap: allocate wait queues on a specific node The original bt_alloc() we converted from was using kzalloc(), not kzalloc_node(), to allocate the wait queues. This was probably an oversight, so fix it for sbitmap_queue_init_node(). Signed-off-by: Omar Sandoval <osandov@fb.com> Signed-off-by: Jens Axboe <axboe@fb.com>