From: Eric Dumazet Date: Thu, 18 Nov 2010 17:33:19 +0000 (-0800) Subject: bonding: IGMP handling cleanup X-Git-Tag: v2.6.38-rc1~476^2~516 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=866f3b25a2eb60d7529c227a0ecd80c3aba443fd;p=pandora-kernel.git bonding: IGMP handling cleanup Instead of iterating in_dev->mc_list from bonding driver, its better to call a helper function provided by igmp.c Details of implementation (locking) are private to igmp code. ip_mc_rejoin_group(struct ip_mc_list *im) becomes ip_mc_rejoin_groups(struct in_device *in_dev); Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed