]> git.baikalelectronics.ru Git - kernel.git/commit
sched/cpuacct: Remove redundant RCU read lock
authorChengming Zhou <zhouchengming@bytedance.com>
Sun, 20 Feb 2022 05:14:26 +0000 (13:14 +0800)
committerPeter Zijlstra <peterz@infradead.org>
Tue, 1 Mar 2022 15:18:38 +0000 (16:18 +0100)
commit147ab64d0a1897cb8a8a9d88eeca7c652b746508
treee4bc99753f610481524943230951e9fcdf744208
parent1d02327c7315f06a22ba89248f80b541c20f8f28
sched/cpuacct: Remove redundant RCU read lock

The cpuacct_account_field() and it's cgroup v2 wrapper
cgroup_account_cputime_field() is only called from cputime
in task_group_account_field(), which is already in RCU read-side
critical section. So remove these redundant RCU read lock.

Suggested-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Chengming Zhou <zhouchengming@bytedance.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lore.kernel.org/r/20220220051426.5274-3-zhouchengming@bytedance.com
include/linux/cgroup.h
kernel/sched/cpuacct.c