commit | a4757123aeadf450b5b3c5f51f214660e20477f3 | [log] [tgz] |
---|---|---|
author | David Miller <davem@davemloft.net> | Fri Dec 02 16:52:18 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Dec 05 15:20:19 2011 -0500 |
tree | 075d43113136926357be2863b2efb3b6a099e553 | |
parent | 51d45974515c35cd401f6194a6e728a2d1c3e3c6 [diff] |
cxgb3: Rework t3_l2t_get to take a dst_entry instead of a neighbour. 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>