summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorLi Zefan <lizefan@huawei.com>2013-04-29 22:08:57 (GMT)
committerLinus Torvalds <torvalds@linux-foundation.org>2013-04-29 22:54:40 (GMT)
commitca0dde97178e75ed1370b8616326f5496a803d65 (patch)
treeb16a3376d70d0da276ee77a86a0c57c4acd7d457 /arch
parentebff7d8f270d045338d9f4796014f4db429a17f9 (diff)
downloadlinux-fsl-qoriq-ca0dde97178e75ed1370b8616326f5496a803d65.tar.xz
memcg: take reference before releasing rcu_read_lock
The memcg is not referenced, so it can be destroyed at anytime right after we exit rcu read section, so it's not safe to access it. To fix this, we call css_tryget() to get a reference while we're still in rcu read section. This also removes a bogus comment above __memcg_create_cache_enqueue(). Signed-off-by: Li Zefan <lizefan@huawei.com> Acked-by: Glauber Costa <glommer@parallels.com> Acked-by: Michal Hocko <mhocko@suse.cz> Acked-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com> Cc: Johannes Weiner <hannes@cmpxchg.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions