commit | 706c16f2372316a0a8af3be6e2bd6e391c073ca0 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Thu Mar 06 21:08:24 2014 -0500 |
committer | Tejun Heo <tj@kernel.org> | Fri Mar 07 07:52:26 2014 -0500 |
tree | 136c7fc3bb7df6503448351d9677c0b45a300a2c | |
parent | 0f0ca14386e0431fbedaae5efc550d46cf93b9cf [diff] |
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>