From: Tejun Heo Date: Fri, 9 Aug 2013 00:11:22 +0000 (-0400) Subject: netprio_cgroup: pass around @css instead of @cgroup and kill struct cgroup_netprio_state X-Git-Tag: v3.12-rc1~173^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d37b97428d20a21ffc39ba90e97e91e2a79a986;p=pandora-kernel.git netprio_cgroup: pass around @css instead of @cgroup and kill struct cgroup_netprio_state cgroup controller API will be converted to primarily use struct cgroup_subsys_state instead of struct cgroup. In preparation, make the internal functions of netprio_cgroup pass around @css instead of @cgrp. While at it, kill struct cgroup_netprio_state which only contained struct cgroup_subsys_state without serving any purpose. All functions are converted to deal with @css directly. This patch shouldn't cause any behavior differences. Signed-off-by: Tejun Heo Acked-by: Li Zefan Acked-by: Neil Horman Acked-by: David S. Miller --- Reading git-diff-tree failed