projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9eaee8b
)
netprio_cgroup: make local table static
author
stephen hemminger
<stephen@networkplumber.org>
Wed, 10 Apr 2013 10:56:05 +0000
(10:56 +0000)
committer
David S. Miller
<davem@davemloft.net>
Thu, 11 Apr 2013 03:23:43 +0000
(23:23 -0400)
Minor sparse warning
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/netprio_cgroup.c
patch
|
blob
|
history
diff --git
a/net/core/netprio_cgroup.c
b/net/core/netprio_cgroup.c
index 0777d0aa18c3814a42a338a25d3508d9654c5797..7aa885001aba1750a32019336bbe15993ae998c1 100644
(file)
--- a/
net/core/netprio_cgroup.c
+++ b/
net/core/netprio_cgroup.c
@@
-247,7
+247,7
@@
static struct cftype ss_files[] = {
{ } /* terminate */
};
-struct cgroup_subsys net_prio_subsys = {
+st
atic st
ruct cgroup_subsys net_prio_subsys = {
.name = "net_prio",
.css_alloc = cgrp_css_alloc,
.css_online = cgrp_css_online,