From: Stephen Hemminger <shemminger@vyatta.com>
To: David Miller <davem@davemloft.net>,
Jay Vosburgh <fubar@us.ibm.com>,
netdev@vger.kernel.org
Cc: bonding-devel@lists.sourceforge.net
Subject: [PATCH net-next] bonding: make bond_resend_igmp_join_requests_delayed static
Date: Fri, 15 Oct 2010 14:02:56 -0700 [thread overview]
Message-ID: <20101015140256.4192fd34@nehalam> (raw)
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);
next reply other threads:[~2010-10-15 21:02 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-15 21:02 Stephen Hemminger [this message]
2010-10-15 21:40 ` [PATCH net-next] bonding: make bond_resend_igmp_join_requests_delayed static Flavio Leitner
2010-10-15 23:15 ` Jay Vosburgh
2010-10-21 10:14 ` David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20101015140256.4192fd34@nehalam \
--to=shemminger@vyatta.com \
--cc=bonding-devel@lists.sourceforge.net \
--cc=davem@davemloft.net \
--cc=fubar@us.ibm.com \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).