aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/cls_cgroup.c
diff options
context:
space:
mode:
authorstephen hemminger <stephen@networkplumber.org>2013-12-31 11:55:29 -0800
committerDavid S. Miller <davem@davemloft.net>2014-01-02 03:30:36 -0500
commitde6fb288b1246a5c4e00c0cdbfe3a838a360b3f4 (patch)
tree4bd8242ddc47ab5e9f468f34218ba6e594dd364e /net/sched/cls_cgroup.c
parentsched action: make local function static (diff)
downloadlinux-dev-de6fb288b1246a5c4e00c0cdbfe3a838a360b3f4.tar.xz
linux-dev-de6fb288b1246a5c4e00c0cdbfe3a838a360b3f4.zip
sched classifier: make cgroup table local
Doesn't need to be global. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--net/sched/cls_cgroup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/cls_cgroup.c b/net/sched/cls_cgroup.c
index f9d212583ea2..161a03e0c002 100644
--- a/net/sched/cls_cgroup.c
+++ b/net/sched/cls_cgroup.c
@@ -103,7 +103,7 @@ static struct cftype ss_files[] = {
{ } /* terminate */
};
-struct cgroup_subsys net_cls_subsys = {
+static struct cgroup_subsys net_cls_subsys = {
.name = "net_cls",
.css_alloc = cgrp_css_alloc,
.css_online = cgrp_css_online,