From: Veaceslav Falico Date: Tue, 26 Mar 2013 04:10:02 +0000 (+0000) Subject: bonding: cleanup unneeded rcu_read_lock() X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~320 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad999eee669d6a0439f5b9734e87eed50e776e32;p=pandora-kernel.git bonding: cleanup unneeded rcu_read_lock() bond_resend_igmp_join_requests_delayed() calls _resend_igmp_join_requests() under rcu_read_lock(), while it gets its own rcu_read_lock() for the whole function. Remove the lock from the _delayed function. Signed-off-by: Veaceslav Falico Signed-off-by: David S. Miller --- Reading git-diff-tree failed