From: Peter Zijlstra Date: Mon, 7 Feb 2011 16:02:20 +0000 (+0100) Subject: cgroup: Fix cgroup_subsys::exit callback X-Git-Tag: v2.6.39-rc1~510^2~73 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d41d5a01631af821d3a3447e6613a316f5ee6c25;p=pandora-kernel.git cgroup: Fix cgroup_subsys::exit callback Make the ::exit method act like ::attach, it is after all very nearly the same thing. The bug had no effect on correctness - fixing it is an optimization for the scheduler. Also, later perf-cgroups patches rely on it. Signed-off-by: Peter Zijlstra Acked-by: Paul Menage LKML-Reference: <1297160655.13327.92.camel@laptop> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed