From: Eric Dumazet Date: Mon, 7 Jun 2010 22:34:35 +0000 (+0000) Subject: icmp: RCU conversion in icmp_address_reply() X-Git-Tag: v2.6.36-rc1~571^2~620 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfa087f689402438e3cb0f077e649d01c871b0e7;p=pandora-kernel.git icmp: RCU conversion in icmp_address_reply() - rcu_read_lock() already held by caller - use __in_dev_get_rcu() instead of in_dev_get() / in_dev_put() - remove goto out; Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed