sched/cpuacct: Remove redundant NULL checks in cpuacct_charge()
authorLi Zefan <lizefan@huawei.com>
Fri, 29 Mar 2013 06:37:29 +0000 (14:37 +0800)
committerIngo Molnar <mingo@kernel.org>
Wed, 10 Apr 2013 11:54:18 +0000 (13:54 +0200)
This is a micro optimization for the hot path.

- We don't need to check if @ca is NULL in parent_ca().
- We don't need to check if @ca is NULL in the beginning of the for loop.

Signed-off-by: Li Zefan <lizefan@huawei.com>
Acked-by: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/515536A9.5000700@huawei.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>

No differences found