commit | 2441d15c97d498b18f03ae9fba262ffeae42a08b | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Fri Mar 06 14:33:59 2009 +0900 |
committer | Tejun Heo <tj@kernel.org> | Fri Mar 06 14:33:59 2009 +0900 |
tree | b1ffae67036b6b1eef544342490d330a9ba183d4 | |
parent | 6a242909b01120f6f3d571c0b75e20ec61f0d8d3 [diff] |
percpu: cosmetic renames in pcpu_setup_first_chunk() Impact: cosmetic, preparation for future changes Make the following renames in pcpur_setup_first_chunk() in preparation for future changes. * s/free_size/dyn_size/ * s/static_vm/first_vm/ * s/static_chunk/schunk/ Signed-off-by: Tejun Heo <tj@kernel.org>