Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

bonding: make bond_resend_igmp_join_requests_delayed static

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Acked-by: Flavio Leitner <fleitner@redhat.com>
Signed-off-by: Jay Vosburgh <fubar@us.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

stephen hemminger and committed by
David S. Miller
379b7383 d215697f

+1 -1
+1 -1
drivers/net/bonding/bond_main.c
··· 916 916 read_unlock(&bond->lock); 917 917 } 918 918 919 - void bond_resend_igmp_join_requests_delayed(struct work_struct *work) 919 + static void bond_resend_igmp_join_requests_delayed(struct work_struct *work) 920 920 { 921 921 struct bonding *bond = container_of(work, struct bonding, 922 922 mcast_work.work);