Skip to content

Commit

Permalink
sched classifier: make cgroup table local
Browse files Browse the repository at this point in the history
Doesn't need to be global.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
stephen hemminger authored and David S. Miller committed Jan 2, 2014
1 parent 9c75f40 commit de6fb28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/sched/cls_cgroup.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit de6fb28

Please sign in to comment.