]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge branch 'cgroup-rmdir-updates' into cgroup/for-3.8
authorTejun Heo <tj@kernel.org>
Mon, 5 Nov 2012 17:21:51 +0000 (09:21 -0800)
committerTejun Heo <tj@kernel.org>
Mon, 5 Nov 2012 17:21:51 +0000 (09:21 -0800)
commit1db1e31b1ee3ae126ef98f39083b5f213c7b41bf
tree98328124d3b8b08b6db894c79d0e79b3a42417bf
parent5d8f72b55c275677865de670fa147ed318191d81
parentbcf6de1b9129531215d26dd9af8331e84973bc52
Merge branch 'cgroup-rmdir-updates' into cgroup/for-3.8

Pull rmdir updates into for-3.8 so that further callback updates can
be put on top.  This pull created a trivial conflict between the
following two commits.

  8c7f6edbda ("cgroup: mark subsystems with broken hierarchy support and whine if cgroups are nested for them")
  ed95779340 ("cgroup: kill cgroup_subsys->__DEPRECATED_clear_css_refs")

The former added a field to cgroup_subsys and the latter removed one
from it.  They happen to be colocated causing the conflict.  Keeping
what's added and removing what's removed resolves the conflict.

Signed-off-by: Tejun Heo <tj@kernel.org>
block/blk-cgroup.c
include/linux/cgroup.h
kernel/cgroup.c
mm/memcontrol.c