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>
此提交包含在:
Tejun Heo
2014-09-08 09:51:30 +09:00
父節點 908c7f1949
當前提交 20ae00792c
共有 6 個檔案被更改,包括 17 行新增15 行删除

查看文件

@@ -1777,7 +1777,7 @@ void __init page_writeback_init(void)
writeback_set_ratelimit();
register_cpu_notifier(&ratelimit_nb);
fprop_global_init(&writeout_completions);
fprop_global_init(&writeout_completions, GFP_KERNEL);
}
/**