From: nikolay@redhat.com Date: Sat, 27 Jul 2013 17:10:10 +0000 (+0200) Subject: bonding: remove bond_resend_igmp_join_requests read_unlock leftover X-Git-Tag: v3.12-rc1~132^2~447 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcfe8048de66c3468060c8a2ec2c04ae3725d002;p=pandora-kernel.git 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 Reviewed-by: Jiri Pirko Signed-off-by: David S. Miller --- Reading git-diff-tree failed