percpu: clean up size usage
authorTejun Heo <tj@kernel.org>
Sat, 21 Feb 2009 07:56:23 +0000 (16:56 +0900)
committerTejun Heo <tj@kernel.org>
Sat, 21 Feb 2009 07:56:23 +0000 (16:56 +0900)
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>

No differences found