diff options
author | Johannes Weiner <hannes@cmpxchg.org> | 2011-01-20 23:44:31 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-01-21 02:02:06 +0100 |
commit | 713735b4233fad3ae35b5cad656baa41413887ca (patch) | |
tree | bba0310f23fb911106e04d75eebe1c6ee7e8d423 /kernel | |
parent | backlight: fix 88pm860x_bl macro collision (diff) | |
download | linux-713735b4233fad3ae35b5cad656baa41413887ca.tar.xz linux-713735b4233fad3ae35b5cad656baa41413887ca.zip |
memcg: correctly order reading PCG_USED and pc->mem_cgroup
The placement of the read-side barrier is confused: the writer first
sets pc->mem_cgroup, then PCG_USED. The read-side barrier has to be
between testing PCG_USED and reading pc->mem_cgroup.
Signed-off-by: Johannes Weiner <hannes@cmpxchg.org>
Acked-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Acked-by: Daisuke Nishimura <nishimura@mxp.nes.nec.co.jp>
Cc: Balbir Singh <balbir@linux.vnet.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions