netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ipv6: fix third arg of anycast_dst_alloc(), must be bool.
@ 2013-12-02 10:28 Francois-Xavier Le Bail
  2013-12-02 22:13 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Francois-Xavier Le Bail @ 2013-12-02 10:28 UTC (permalink / raw)
  To: netdev; +Cc: David S. Miller, Francois-Xavier Le Bail

Signed-off-by: Francois-Xavier Le Bail <fx.lebail@yahoo.com>
---
diff --git a/net/ipv6/addrconf.c b/net/ipv6/addrconf.c
index 12c97d8..d5fa5b8 100644
--- a/net/ipv6/addrconf.c
+++ b/net/ipv6/addrconf.c
@@ -2613,7 +2613,7 @@ static void init_loopback(struct net_device *dev)
 			if (sp_ifa->rt)
 				continue;
 
-			sp_rt = addrconf_dst_alloc(idev, &sp_ifa->addr, 0);
+			sp_rt = addrconf_dst_alloc(idev, &sp_ifa->addr, false);
 
 			/* Failure cases are ignored */
 			if (!IS_ERR(sp_rt)) {

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

* Re: [PATCH] ipv6: fix third arg of anycast_dst_alloc(), must be bool.
  2013-12-02 10:28 [PATCH] ipv6: fix third arg of anycast_dst_alloc(), must be bool Francois-Xavier Le Bail
@ 2013-12-02 22:13 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2013-12-02 22:13 UTC (permalink / raw)
  To: fx.lebail; +Cc: netdev

From: Francois-Xavier Le Bail <fx.lebail@yahoo.com>
Date: Mon,  2 Dec 2013 11:28:49 +0100

> Signed-off-by: Francois-Xavier Le Bail <fx.lebail@yahoo.com>

Applied, thank you.

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

end of thread, other threads:[~2013-12-02 22:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-02 10:28 [PATCH] ipv6: fix third arg of anycast_dst_alloc(), must be bool Francois-Xavier Le Bail
2013-12-02 22:13 ` 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).