From: Tejun Heo Date: Tue, 5 Jun 2012 03:40:53 +0000 (-0700) Subject: mempool: add @gfp_mask to mempool_create_node() X-Git-Tag: v3.6-rc1~6^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a91a5ac6858fbf7477131e1210cb3e897b668e6f;p=pandora-kernel.git 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: Tejun Heo Cc: Andrew Morton Cc: Hugh Dickins Signed-off-by: Jens Axboe --- Reading git-diff-tree failed