commit | 0c4169c3d11722a26773bdc0144c97fadd47d905 | [log] [tgz] |
---|---|---|
author | Dennis Zhou (Facebook) <dennisszhou@gmail.com> | Mon Jul 24 19:02:04 2017 -0400 |
committer | Tejun Heo <tj@kernel.org> | Wed Jul 26 10:23:52 2017 -0400 |
tree | 112f559a8d294f51ef59eaebbcb06bbcd267b870 | |
parent | 6b9d7c8e8ecf35dc9ba6763a45d81e54ee3ffcde [diff] |
percpu: setup_first_chunk rename schunk/dchunk to chunk There is no need to have the static chunk and dynamic chunk be named separately as the allocations are sequential. This preemptively solves the misnomer problem with the base_addrs being moved up in the following patch. It also removes a ternary operation deciding the first chunk. Signed-off-by: Dennis Zhou <dennisszhou@gmail.com> Reviewed-by: Josef Bacik <jbacik@fb.com> Signed-off-by: Tejun Heo <tj@kernel.org>