proportions: add @gfp to init functions
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)
commit20ae00792c6f1f18fc4fc5965445a145df92827e
tree3ca91fac24ac0a672c105e766c4d5020e53be876
parent908c7f1949cb7cc6e92ba8f18f2998e87e265b8e
proportions: add @gfp to init functions

Percpu allocator now supports allocation mask.  Add @gfp to
[flex_]proportions init functions so that !GFP_KERNEL allocation masks
can be used with them too.

This patch doesn't make any functional difference.

Signed-off-by: Tejun Heo <tj@kernel.org>
Reviewed-by: Jan Kara <jack@suse.cz>
Cc: Peter Zijlstra <peterz@infradead.org>
include/linux/flex_proportions.h
include/linux/proportions.h
lib/flex_proportions.c
lib/proportions.c
mm/backing-dev.c
mm/page-writeback.c