commit | cae3aeb83fef5a7c9c8ac40e653e59dd9a35469c | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Sat Feb 21 16:56:23 2009 +0900 |
committer | Tejun Heo <tj@kernel.org> | Sat Feb 21 16:56:23 2009 +0900 |
tree | 373e23d2e7339efed747a77ebd8aa1323c05f6e6 | |
parent | 11124411aa95827404d6bfdfc14c908e1b54513c [diff] |
percpu: clean up size usage Andrew was concerned about the unit of variables named or have suffix size. Every usage in percpu allocator is in bytes but make it super clear by adding comments. While at it, make pcpu_depopulate_chunk() take int @off and @size like everyone else. Signed-off-by: Tejun Heo <tj@kernel.org> Cc: Andrew Morton <akpm@linux-foundation.org>