From: David Miller Date: Fri, 2 Dec 2011 16:52:18 +0000 (+0000) Subject: cxgb3: Rework t3_l2t_get to take a dst_entry instead of a neighbour. X-Git-Tag: v3.3-rc1~182^2~356 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4757123aeadf450b5b3c5f51f214660e20477f3;p=pandora-kernel.git 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 --- Reading git-diff-tree failed