Merge branch 'for-3.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 21 Jun 2012 05:11:04 +0000 (22:11 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 21 Jun 2012 05:11:04 +0000 (22:11 -0700)
commit2ce5682947872061148b0e5ed2212e03d0d8bc8b
tree0038a1806eac265460c13c4b1f0cfa91822978e2
parentc4c0e9e544a0eb640798cc66e68f394fa4a561bf
parent8e3bbf42c6d73881956863cc3305456afe2bc4ea
Merge branch 'for-3.5-fixes' of git://git./linux/kernel/git/tj/cgroup

Pull two cgroup fixes from Tejun Heo:
 "This containes two patches fixing a refcnt race bug during css_put().
  Decrementing and checking the value weren't atomic and two tasks could
  think that they both pushed the counter to zero."

* 'for-3.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup:
  cgroups: Account for CSS_DEACT_BIAS in __css_put
  cgroup: make sure that decisions in __css_put are atomic