cxgb3: Rework t3_l2t_get to take a dst_entry instead of a neighbour.
authorDavid Miller <davem@davemloft.net>
Fri, 2 Dec 2011 16:52:18 +0000 (16:52 +0000)
committerDavid 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