From: Eric Dumazet Date: Tue, 15 Jul 2014 13:56:54 +0000 (-0700) Subject: bonding: use rcu_access_pointer() in bonding_show_mii_status() X-Git-Tag: omap-for-v3.17/fixes-against-rc2~149^2~159^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2646b593eb127adc50e108649e4d34144e14c6c;p=pandora-kernel.git bonding: use rcu_access_pointer() in bonding_show_mii_status() curr_active_slave is rcu protected, and bonding_show_mii_status() only wants to check if pointer is NULL or not. Signed-off-by: Eric Dumazet Acked-by: Veaceslav Falico Reviewed-by: Nikolay Aleksandrov Signed-off-by: David S. Miller --- Reading git-diff-tree failed