commit | 20ae00792c6f1f18fc4fc5965445a145df92827e | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Mon Sep 08 09:51:30 2014 +0900 |
committer | Tejun Heo <tj@kernel.org> | Mon Sep 08 09:51:30 2014 +0900 |
tree | 3ca91fac24ac0a672c105e766c4d5020e53be876 | |
parent | 908c7f1949cb7cc6e92ba8f18f2998e87e265b8e [diff] |
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>