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>
此提交包含在:
@@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
新增問題並參考
封鎖使用者