diff options
author | Tejun Heo <tj@kernel.org> | 2016-01-16 03:57:16 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2016-01-16 04:56:32 +0300 |
commit | 654a0dd0953fcd87ff7bbb468fb889f0eb67df33 (patch) | |
tree | 790401b6c2c4cde86cf94a96823c6a9102781412 /drivers/idle | |
parent | 6f8d2b8a262c6b71e1464d488f41cccf9aafbc07 (diff) | |
download | linux-654a0dd0953fcd87ff7bbb468fb889f0eb67df33.tar.xz |
cgroup, memcg, writeback: drop spurious rcu locking around mem_cgroup_css_from_page()
In earlier versions, mem_cgroup_css_from_page() could return non-root
css on a legacy hierarchy which can go away and required rcu locking;
however, the eventual version simply returns the root cgroup if memcg is
on a legacy hierarchy and thus doesn't need rcu locking around or in it.
Remove spurious rcu lockings.
Signed-off-by: Tejun Heo <tj@kernel.org>
Reported-by: Johannes Weiner <hannes@cmpxchg.org>
Cc: Michal Hocko <mhocko@kernel.org>
Cc: Vladimir Davydov <vdavydov@virtuozzo.com>
Cc: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/idle')
0 files changed, 0 insertions, 0 deletions