From: John Fastabend Date: Fri, 9 Dec 2011 18:39:27 +0000 (-0500) Subject: Revert "net: netprio_cgroup: make net_prio_subsys static" X-Git-Tag: v3.3-rc1~182^2~281 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0221cd51543972782af558c527e4ac58b32049fa;p=pandora-kernel.git Revert "net: netprio_cgroup: make net_prio_subsys static" This reverts commit 865d9f9f748fdc1943679ea65d9ee1dc55e4a6ae. This commit breaks the build with CONFIG_NETPRIO_CGROUP=y so revert it. It does build as a module though. The SUBSYS macro in the cgroup core code automatically defines a subsys structure as extern. Long term we should fix the macro. And I need to fully build test things. Tested with CONFIG_NETPRIO_CGROUP={y|m|n} with and without CONFIG_CGROUPS defined. Signed-off-by: John Fastabend CC: Neil Horman Reported-By: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed