]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
percpu: refactor the code in pcpu_[de]populate_chunk()
authorWANG Cong <amwang@redhat.com>
Tue, 1 Dec 2009 14:28:10 +0000 (23:28 +0900)
committerTejun Heo <tj@kernel.org>
Tue, 8 Dec 2009 01:28:54 +0000 (10:28 +0900)
commit22b737f4c75197372d64afc6ed1bccd58c00e549
tree18c03657715f8e66a8261bf8422b0105001c8eb9
parent85438592f179c126ad4cb9a280046d4f0a501e6d
percpu: refactor the code in pcpu_[de]populate_chunk()

Using break statement at the end of a for loop is confusing,
refactor it by replacing the for loop.

Signed-off-by: WANG Cong <amwang@redhat.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
mm/percpu.c