From: Tejun Heo Date: Mon, 8 Sep 2014 00:51:30 +0000 (+0900) Subject: percpu-refcount: add @gfp to percpu_ref_init() X-Git-Tag: fixes-against-v3.18-rc2~134^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a34375ef9e65340a138fc0be287de5c940d260fc;p=pandora-kernel.git percpu-refcount: add @gfp to percpu_ref_init() Percpu allocator now supports allocation mask. Add @gfp to percpu_ref_init() so that !GFP_KERNEL allocation masks can be used with percpu_refs too. This patch doesn't make any functional difference. v2: blk-mq conversion was missing. Updated. Signed-off-by: Tejun Heo Cc: Kent Overstreet Cc: Benjamin LaHaise Cc: Li Zefan Cc: Nicholas A. Bellinger Cc: Jens Axboe --- Reading git-diff-tree failed