All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next] Removed unused inet6 address state
@ 2014-10-02 19:15 Sébastien Barré
  2014-10-05  0:37 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Sébastien Barré @ 2014-10-02 19:15 UTC (permalink / raw)
  To: David Miller
  Cc: Sébastien Barré, netdev, Christoph Paasch, Herbert Xu

the inet6 state INET6_IFADDR_STATE_UP only appeared in its definition.

Cc: Christoph Paasch <christoph.paasch@uclouvain.be>
Cc: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Sébastien Barré <sebastien.barre@uclouvain.be>

---
 include/net/if_inet6.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/net/if_inet6.h b/include/net/if_inet6.h
index d07b1a6..55a8d40 100644
--- a/include/net/if_inet6.h
+++ b/include/net/if_inet6.h
@@ -35,7 +35,6 @@ enum {
 	INET6_IFADDR_STATE_DAD,
 	INET6_IFADDR_STATE_POSTDAD,
 	INET6_IFADDR_STATE_ERRDAD,
-	INET6_IFADDR_STATE_UP,
 	INET6_IFADDR_STATE_DEAD,
 };
 
-- 
tg: (739e4a7..) net-next/remove_unused_inet6_state (depends on: net-next/master)

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

* Re: [PATCH net-next] Removed unused inet6 address state
  2014-10-02 19:15 [PATCH net-next] Removed unused inet6 address state Sébastien Barré
@ 2014-10-05  0:37 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2014-10-05  0:37 UTC (permalink / raw)
  To: sebastien.barre; +Cc: netdev, christoph.paasch, herbert

From: Sébastien Barré <sebastien.barre@uclouvain.be>
Date: Thu, 2 Oct 2014 21:15:22 +0200

> the inet6 state INET6_IFADDR_STATE_UP only appeared in its definition.
> 
> Cc: Christoph Paasch <christoph.paasch@uclouvain.be>
> Cc: Herbert Xu <herbert@gondor.apana.org.au>
> Signed-off-by: Sébastien Barré <sebastien.barre@uclouvain.be>

Looks good, applied.

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

end of thread, other threads:[~2014-10-05  0:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-02 19:15 [PATCH net-next] Removed unused inet6 address state Sébastien Barré
2014-10-05  0:37 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.