projects
/
platform
/
kernel
/
linux-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c75f40
)
sched classifier: make cgroup table local
author
stephen hemminger
<stephen@networkplumber.org>
Tue, 31 Dec 2013 19:55:29 +0000
(11:55 -0800)
committer
David S. Miller
<davem@davemloft.net>
Thu, 2 Jan 2014 08:30:36 +0000
(
03:30
-0500)
Doesn't need to be global.
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/cls_cgroup.c
patch
|
blob
|
history
diff --git
a/net/sched/cls_cgroup.c
b/net/sched/cls_cgroup.c
index
f9d2125
..
161a03e
100644
(file)
--- 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 = {
+st
atic st
ruct cgroup_subsys net_cls_subsys = {
.name = "net_cls",
.css_alloc = cgrp_css_alloc,
.css_online = cgrp_css_online,