From: Eric Dumazet Date: Fri, 18 Oct 2013 21:43:55 +0000 (-0700) Subject: ipv6: gso: remove redundant locking X-Git-Tag: v3.13-rc1~105^2~159 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b917eb155c56bbb766140b406979820e719e3f55;p=pandora-kernel.git ipv6: gso: remove redundant locking ipv6_gso_send_check() and ipv6_gso_segment() are called by skb_mac_gso_segment() under rcu lock, no need to use rcu_read_lock() / rcu_read_unlock() Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed