]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/commit
percpu: match chunk allocator declarations with definitions
authorDennis Zhou <dennisszhou@gmail.com>
Thu, 15 Feb 2018 16:08:14 +0000 (10:08 -0600)
committerTejun Heo <tj@kernel.org>
Sun, 18 Feb 2018 13:33:00 +0000 (05:33 -0800)
commit15d9f3d116c02a485441d758d9ca0a2e4f3b30be
tree2759d33673f3d5f1d84acc94f7888a3c994dc181
parent685469e5bf9d31ccd9212be86f861a18fc213d05
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>
mm/percpu.c