percpu-refcount: add @gfp to percpu_ref_init()
authorTejun Heo <tj@kernel.org>
Mon, 8 Sep 2014 00:51:30 +0000 (09:51 +0900)
committerTejun Heo <tj@kernel.org>
Mon, 8 Sep 2014 00:51:30 +0000 (09:51 +0900)
commita34375ef9e65340a138fc0be287de5c940d260fc
tree2e21b63d7c9240620a59090aa97e1d7c6df95b8c
parent20ae00792c6f1f18fc4fc5965445a145df92827e
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 <tj@kernel.org>
Cc: Kent Overstreet <koverstreet@google.com>
Cc: Benjamin LaHaise <bcrl@kvack.org>
Cc: Li Zefan <lizefan@huawei.com>
Cc: Nicholas A. Bellinger <nab@linux-iscsi.org>
Cc: Jens Axboe <axboe@kernel.dk>
block/blk-mq.c
drivers/target/target_core_tpg.c
fs/aio.c
include/linux/percpu-refcount.h
kernel/cgroup.c
lib/percpu-refcount.c