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

* Re: [PATCH net-next] bonding: make bond_resend_igmp_join_requests_delayed static
  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
  2 siblings, 0 replies; 4+ messages in thread
From: Flavio Leitner @ 2010-10-15 21:40 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: David Miller, Jay Vosburgh, netdev, bonding-devel

On Fri, Oct 15, 2010 at 02:02:56PM -0700, Stephen Hemminger wrote:
> 
> 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);

Indeed, thanks.
Acked-by: Flavio Leitner <fleitner@redhat.com>

-- 
Flavio

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

* Re: [PATCH net-next] bonding: make bond_resend_igmp_join_requests_delayed static
  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
  2 siblings, 0 replies; 4+ messages in thread
From: Jay Vosburgh @ 2010-10-15 23:15 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: David Miller, netdev, bonding-devel

Stephen Hemminger <shemminger@vyatta.com> wrote:


>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);

Signed-off-by: Jay Vosburgh <fubar@us.ibm.com>

	-J

---
	-Jay Vosburgh, IBM Linux Technology Center, fubar@us.ibm.com

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

* Re: [PATCH net-next] bonding: make bond_resend_igmp_join_requests_delayed static
  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
  2 siblings, 0 replies; 4+ messages in thread
From: David Miller @ 2010-10-21 10:14 UTC (permalink / raw)
  To: shemminger; +Cc: fubar, netdev, bonding-devel

From: Stephen Hemminger <shemminger@vyatta.com>
Date: Fri, 15 Oct 2010 14:02:56 -0700

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

Applied.

^ 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).