From: Tejun Heo Date: Mon, 19 Nov 2012 17:02:12 +0000 (-0800) Subject: cgroup: add cgroup->id X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~57^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a950f65e1e64f4e82b4b5507773848ea88bcb8e;p=pandora-kernel.git cgroup: add cgroup->id With the introduction of generic cgroup hierarchy iterators, css_id is being phased out. It was unnecessarily complex, id'ing the wrong thing (cgroups need IDs, not CSSes) and has other oddities like not being available at ->css_alloc(). This patch adds cgroup->id, which is a simple per-hierarchy ida-allocated ID which is assigned before ->css_alloc() and released after ->css_free(). Signed-off-by: Tejun Heo Acked-by: Li Zefan Acked-by: Neil Horman --- Reading git-diff-tree failed