commit | dcfe8048de66c3468060c8a2ec2c04ae3725d002 | [log] [tgz] |
---|---|---|
author | nikolay@redhat.com <nikolay@redhat.com> | Sat Jul 27 19:10:10 2013 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sun Jul 28 01:08:04 2013 -0700 |
tree | a0d23b9e4af14f58b92d80b63a9a0ebcb04c8064 | |
parent | 03c633e73353d3c116cab6164933d69ee2180470 [diff] |
bonding: remove bond_resend_igmp_join_requests read_unlock leftover After commit 4aa5dee4d9 ("net: convert resend IGMP to notifier event") we have 1 read_unlock in bond_resend_igmp_join_requests which isn't paired with a read_lock because it's removed by that commit. Signed-off-by: Nikolay Aleksandrov <nikolay@redhat.com> Reviewed-by: Jiri Pirko <jiri@resnulli.us> Signed-off-by: David S. Miller <davem@davemloft.net>