Skip to content
Commit a91a5ac6 authored by Tejun Heo's avatar Tejun Heo Committed by Jens Axboe
Browse files

mempool: add @gfp_mask to mempool_create_node()



mempool_create_node() currently assumes %GFP_KERNEL.  Its only user,
blk_init_free_list(), is about to be updated to use other allocation
flags - add @gfp_mask argument to the function.

Signed-off-by: default avatarTejun Heo <tj@kernel.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Hugh Dickins <hughd@google.com>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 15974993
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