diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/bonding/bond_main.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/bonding/bond_main.c b/drivers/net/bonding/bond_main.c index 6bbd90e1123c..11a8cb381b85 100644 --- a/drivers/net/bonding/bond_main.c +++ b/drivers/net/bonding/bond_main.c | |||
@@ -796,9 +796,8 @@ static void bond_resend_igmp_join_requests_delayed(struct work_struct *work) | |||
796 | { | 796 | { |
797 | struct bonding *bond = container_of(work, struct bonding, | 797 | struct bonding *bond = container_of(work, struct bonding, |
798 | mcast_work.work); | 798 | mcast_work.work); |
799 | rcu_read_lock(); | 799 | |
800 | bond_resend_igmp_join_requests(bond); | 800 | bond_resend_igmp_join_requests(bond); |
801 | rcu_read_unlock(); | ||
802 | } | 801 | } |
803 | 802 | ||
804 | /* | 803 | /* |