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:
51d4597
)
cxgb3: Rework t3_l2t_get to take a dst_entry instead of a neighbour.
author
David Miller
<davem@davemloft.net>
Fri, 2 Dec 2011 16:52:18 +0000
(16:52 +0000)
committer
David S. Miller
<davem@davemloft.net>
Mon, 5 Dec 2011 20:20:19 +0000
(15:20 -0500)
This way we consolidate the RCU locking down into the place where it
actually matters, and also we can make the code handle
dst_get_neighbour_noref() returning NULL properly.
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found