[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20131231115529.5d70c393@nehalam.linuxnetplumber.net>
Date: Tue, 31 Dec 2013 11:55:29 -0800
From: Stephen Hemminger <stephen@...workplumber.org>
To: David Miller <davem@...emloft.net>,
Jamal Hadi Salim <jhs@...atatu.com>
Cc: netdev@...r.kernel.org
Subject: [PATCH net-next] sched classifier: make cgroup table local
Doesn't need to be global.
Signed-off-by: Stephen Hemminger <stephen@...workplumber.org>
--- a/net/sched/cls_cgroup.c 2013-12-30 21:34:18.370981874 -0800
+++ b/net/sched/cls_cgroup.c 2013-12-30 21:34:51.982552390 -0800
@@ -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,
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists