* [PATCH net-next] netprio_cgroup: make local table static
@ 2013-04-10 20:56 Stephen Hemminger
2013-04-11 3:24 ` David Miller
2013-04-11 13:22 ` Neil Horman
0 siblings, 2 replies; 3+ messages in thread
From: Stephen Hemminger @ 2013-04-10 20:56 UTC (permalink / raw)
To: Neil Horman, David S. Miller; +Cc: netdev
Minor sparse warning
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
--- a/net/core/netprio_cgroup.c 2013-04-10 13:36:56.928429191 -0700
+++ b/net/core/netprio_cgroup.c 2013-04-10 13:37:04.516330753 -0700
@@ -247,7 +247,7 @@ static struct cftype ss_files[] = {
{ } /* terminate */
};
-struct cgroup_subsys net_prio_subsys = {
+static struct cgroup_subsys net_prio_subsys = {
.name = "net_prio",
.css_alloc = cgrp_css_alloc,
.css_online = cgrp_css_online,
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH net-next] netprio_cgroup: make local table static
2013-04-10 20:56 [PATCH net-next] netprio_cgroup: make local table static Stephen Hemminger
@ 2013-04-11 3:24 ` David Miller
2013-04-11 13:22 ` Neil Horman
1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2013-04-11 3:24 UTC (permalink / raw)
To: stephen; +Cc: nhorman, netdev
From: Stephen Hemminger <stephen@networkplumber.org>
Date: Wed, 10 Apr 2013 13:56:05 -0700
> Minor sparse warning
>
> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Applied.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH net-next] netprio_cgroup: make local table static
2013-04-10 20:56 [PATCH net-next] netprio_cgroup: make local table static Stephen Hemminger
2013-04-11 3:24 ` David Miller
@ 2013-04-11 13:22 ` Neil Horman
1 sibling, 0 replies; 3+ messages in thread
From: Neil Horman @ 2013-04-11 13:22 UTC (permalink / raw)
To: Stephen Hemminger; +Cc: David S. Miller, netdev
On Wed, Apr 10, 2013 at 01:56:05PM -0700, Stephen Hemminger wrote:
> Minor sparse warning
>
> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
>
> --- a/net/core/netprio_cgroup.c 2013-04-10 13:36:56.928429191 -0700
> +++ b/net/core/netprio_cgroup.c 2013-04-10 13:37:04.516330753 -0700
> @@ -247,7 +247,7 @@ static struct cftype ss_files[] = {
> { } /* terminate */
> };
>
> -struct cgroup_subsys net_prio_subsys = {
> +static struct cgroup_subsys net_prio_subsys = {
> .name = "net_prio",
> .css_alloc = cgrp_css_alloc,
> .css_online = cgrp_css_online,
>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-04-11 13:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-10 20:56 [PATCH net-next] netprio_cgroup: make local table static Stephen Hemminger
2013-04-11 3:24 ` David Miller
2013-04-11 13:22 ` Neil Horman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).