git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea58c18
)
ipv6: gso: remove redundant locking
author
Eric Dumazet
<edumazet@google.com>
Fri, 18 Oct 2013 21:43:55 +0000
(14:43 -0700)
committer
David S. Miller
<davem@davemloft.net>
Sat, 19 Oct 2013 23:14:14 +0000
(19:14 -0400)
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 <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found