netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] bonding: make bond_resend_igmp_join_requests_delayed static
@ 2010-10-15 21:02 Stephen Hemminger
  2010-10-15 21:40 ` Flavio Leitner
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Stephen Hemminger @ 2010-10-15 21:02 UTC (permalink / raw)
  To: David Miller, Jay Vosburgh, netdev; +Cc: bonding-devel


Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>

--- a/drivers/net/bonding/bond_main.c	2010-10-15 13:52:01.747192520 -0700
+++ b/drivers/net/bonding/bond_main.c	2010-10-15 13:52:39.004286643 -0700
@@ -914,7 +914,7 @@ static void bond_resend_igmp_join_reques
 	read_unlock(&bond->lock);
 }
 
-void bond_resend_igmp_join_requests_delayed(struct work_struct *work)
+static void bond_resend_igmp_join_requests_delayed(struct work_struct *work)
 {
 	struct bonding *bond = container_of(work, struct bonding,
 							mcast_work.work);

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

end of thread, other threads:[~2010-10-21 10:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-15 21:02 [PATCH net-next] bonding: make bond_resend_igmp_join_requests_delayed static Stephen Hemminger
2010-10-15 21:40 ` Flavio Leitner
2010-10-15 23:15 ` Jay Vosburgh
2010-10-21 10:14 ` 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).