bonding: remove bond_resend_igmp_join_requests read_unlock leftover
authornikolay@redhat.com <nikolay@redhat.com>
Sat, 27 Jul 2013 17:10:10 +0000 (19:10 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sun, 28 Jul 2013 08:08:04 +0000 (01:08 -0700)
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>

No differences found