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:
05e8689
)
pppoe: RCU locking in get_item_by_addr()
author
Eric Dumazet
<eric.dumazet@gmail.com>
Sun, 1 Nov 2009 19:51:22 +0000
(19:51 +0000)
committer
David S. Miller
<davem@davemloft.net>
Mon, 2 Nov 2009 07:55:13 +0000
(23:55 -0800)
Use dev_get_by_name_rcu() instead of dev_get_by_name(),
to avoid touching device refcount in hotpath.
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found