netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] remove prototype of ip_rt_advice
@ 2007-12-06 10:17 Denis V. Lunev
  2007-12-06 10:19 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Denis V. Lunev @ 2007-12-06 10:17 UTC (permalink / raw)
  To: davem; +Cc: containers, devel, netdev

ip_rt_advice has been gone, so no need to keep prototype and debug message.

Signed-off-by: Denis V. Lunev <den@openvz.org>
--
diff --git a/include/net/route.h b/include/net/route.h
index f7ce625..59b0b19 100644
--- a/include/net/route.h
+++ b/include/net/route.h
@@ -109,7 +109,6 @@ struct in_device;
 extern int		ip_rt_init(void);
 extern void		ip_rt_redirect(__be32 old_gw, __be32 dst, __be32 new_gw,
 				       __be32 src, struct net_device *dev);
-extern void		ip_rt_advice(struct rtable **rp, int advice);
 extern void		rt_cache_flush(int how);
 extern int		__ip_route_output_key(struct rtable **, const struct flowi *flp);
 extern int		ip_route_output_key(struct rtable **, struct flowi *flp);
diff --git a/net/ipv4/route.c b/net/ipv4/route.c
index 134cab5..cefae61 100644
--- a/net/ipv4/route.c
+++ b/net/ipv4/route.c
@@ -1198,7 +1198,7 @@ static struct dst_entry *ipv4_negative_advice(struct dst_entry *dst)
 			unsigned hash = rt_hash(rt->fl.fl4_dst, rt->fl.fl4_src,
 						rt->fl.oif);
 #if RT_CACHE_DEBUG >= 1
-			printk(KERN_DEBUG "ip_rt_advice: redirect to "
+			printk(KERN_DEBUG "ipv4_negative_advice: redirect to "
 					  "%u.%u.%u.%u/%02x dropped\n",
 				NIPQUAD(rt->rt_dst), rt->fl.fl4_tos);
 #endif

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] remove prototype of ip_rt_advice
  2007-12-06 10:17 [PATCH] remove prototype of ip_rt_advice Denis V. Lunev
@ 2007-12-06 10:19 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2007-12-06 10:19 UTC (permalink / raw)
  To: den; +Cc: containers, devel, netdev

From: "Denis V. Lunev" <den@openvz.org>
Date: Thu, 6 Dec 2007 13:17:43 +0300

> ip_rt_advice has been gone, so no need to keep prototype and debug message.
> 
> Signed-off-by: Denis V. Lunev <den@openvz.org>

Applied to net-2.6, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-12-06 10:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-06 10:17 [PATCH] remove prototype of ip_rt_advice Denis V. Lunev
2007-12-06 10:19 ` David 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).