commit | 15d9f3d116c02a485441d758d9ca0a2e4f3b30be | [log] [tgz] |
---|---|---|
author | Dennis Zhou <dennisszhou@gmail.com> | Thu Feb 15 10:08:14 2018 -0600 |
committer | Tejun Heo <tj@kernel.org> | Sun Feb 18 05:33:00 2018 -0800 |
tree | 2759d33673f3d5f1d84acc94f7888a3c994dc181 | |
parent | 685469e5bf9d31ccd9212be86f861a18fc213d05 [diff] |
percpu: match chunk allocator declarations with definitions At some point the function declaration parameters got out of sync with the function definitions in percpu-vm.c and percpu-km.c. This patch makes them match again. Signed-off-by: Dennis Zhou <dennisszhou@gmail.com> Acked-by: Christoph Lameter <cl@linux.com> Signed-off-by: Tejun Heo <tj@kernel.org>