All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] net/ipv6/ipv6_sockglue.c: Removed redundant extern
@ 2012-04-10 18:51 Eldad Zack
  2012-04-12 20:15 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Eldad Zack @ 2012-04-10 18:51 UTC (permalink / raw)
  To: David S. Miller, Alexey Kuznetsov, James Morris, Patrick McHardy
  Cc: netdev, linux-kernel, Eldad Zack

extern int sysctl_mld_max_msf is already defined in linux/ipv6.h.

Signed-off-by: Eldad Zack <eldad@fogrefinery.com>
---
 net/ipv6/ipv6_sockglue.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/net/ipv6/ipv6_sockglue.c b/net/ipv6/ipv6_sockglue.c
index 63dd1f8..ca1af07 100644
--- a/net/ipv6/ipv6_sockglue.c
+++ b/net/ipv6/ipv6_sockglue.c
@@ -678,7 +678,6 @@ done:
 	}
 	case MCAST_MSFILTER:
 	{
-		extern int sysctl_mld_max_msf;
 		struct group_filter *gsf;
 
 		if (optlen < GROUP_FILTER_SIZE(0))
-- 
1.7.9.5


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

* Re: [PATCH] net/ipv6/ipv6_sockglue.c: Removed redundant extern
  2012-04-10 18:51 [PATCH] net/ipv6/ipv6_sockglue.c: Removed redundant extern Eldad Zack
@ 2012-04-12 20:15 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2012-04-12 20:15 UTC (permalink / raw)
  To: eldad; +Cc: kuznet, jmorris, kaber, netdev, linux-kernel

From: Eldad Zack <eldad@fogrefinery.com>
Date: Tue, 10 Apr 2012 20:51:27 +0200

> extern int sysctl_mld_max_msf is already defined in linux/ipv6.h.
> 
> Signed-off-by: Eldad Zack <eldad@fogrefinery.com>

Applied, thanks.

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

end of thread, other threads:[~2012-04-12 20:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-10 18:51 [PATCH] net/ipv6/ipv6_sockglue.c: Removed redundant extern Eldad Zack
2012-04-12 20:15 ` 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.