* [-mm patch] net/ipv4/fib_rules.c: make struct fib_rules static again
[not found] <20060203000704.3964a39f.akpm@osdl.org>
@ 2006-02-03 21:02 ` Adrian Bunk
2006-02-04 23:51 ` David S. Miller
0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2006-02-03 21:02 UTC (permalink / raw)
To: Andrew Morton, Robert Olsson, davem; +Cc: linux-kernel, netdev
On Fri, Feb 03, 2006 at 12:07:04AM -0800, Andrew Morton wrote:
>...
> Changes since 2.6.15-mm4:
>...
> git-net.patch
>...
> Git trees
>...
struct fib_rules became global for no good reason.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- linux-2.6.16-rc1-mm5-full/net/ipv4/fib_rules.c.old 2006-02-03 16:12:48.000000000 +0100
+++ linux-2.6.16-rc1-mm5-full/net/ipv4/fib_rules.c 2006-02-03 16:13:00.000000000 +0100
@@ -100,7 +100,7 @@
.r_action = RTN_UNICAST,
};
-struct hlist_head fib_rules;
+static struct hlist_head fib_rules;
/* writer func called from netlink -- rtnl_sem hold*/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [-mm patch] net/ipv4/fib_rules.c: make struct fib_rules static again
2006-02-03 21:02 ` [-mm patch] net/ipv4/fib_rules.c: make struct fib_rules static again Adrian Bunk
@ 2006-02-04 23:51 ` David S. Miller
0 siblings, 0 replies; 2+ messages in thread
From: David S. Miller @ 2006-02-04 23:51 UTC (permalink / raw)
To: bunk; +Cc: akpm, robert.olsson, linux-kernel, netdev
From: Adrian Bunk <bunk@stusta.de>
Date: Fri, 3 Feb 2006 22:02:48 +0100
> struct fib_rules became global for no good reason.
>
> Signed-off-by: Adrian Bunk <bunk@stusta.de>
Applied, thanks Adrian.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-02-04 23:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20060203000704.3964a39f.akpm@osdl.org>
2006-02-03 21:02 ` [-mm patch] net/ipv4/fib_rules.c: make struct fib_rules static again Adrian Bunk
2006-02-04 23:51 ` David S. Miller
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).