perpcu: fold pcpu_split_block() into the only caller
authorAl Viro <viro@zeniv.linux.org.uk>
Fri, 7 Mar 2014 02:08:24 +0000 (21:08 -0500)
committerTejun Heo <tj@kernel.org>
Fri, 7 Mar 2014 12:52:26 +0000 (07:52 -0500)
commit706c16f2372316a0a8af3be6e2bd6e391c073ca0
tree136c7fc3bb7df6503448351d9677c0b45a300a2c
parent0f0ca14386e0431fbedaae5efc550d46cf93b9cf
perpcu: fold pcpu_split_block() into the only caller

... and simplify the results a bit.  Makes the next step easier
to deal with - we will be changing the data representation for
chunk->map[] and it's easier to do if the code in question is
not split between pcpu_alloc_area() and pcpu_split_block().

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Tejun Heo <tj@kernel.org>
mm/percpu.c
This page took 0.024619 seconds and 5 git commands to generate.