]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit19379ae756742144a1f1104a43d2cc32902c1da9
tree136c7fc3bb7df6503448351d9677c0b45a300a2c
parent242f52868f68eb48c280a6df52452d35572323b2
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