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:
88e7594
)
icmp: RCU conversion in icmp_address_reply()
author
Eric Dumazet
<eric.dumazet@gmail.com>
Mon, 7 Jun 2010 22:34:35 +0000
(22:34 +0000)
committer
David S. Miller
<davem@davemloft.net>
Thu, 10 Jun 2010 01:06:13 +0000
(18:06 -0700)
- 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 <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found