From: David S. Miller Date: Fri, 27 Jan 2012 23:07:56 +0000 (-0800) Subject: ipv6: ndisc: Convert to dst_neigh_lookup() X-Git-Tag: v3.4-rc1~177^2~456 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb857186eb771998fc9ab4bfd398a6fedb5a295c;p=pandora-kernel.git ipv6: ndisc: Convert to dst_neigh_lookup() Now all code paths grab a local reference to the neigh, so if neigh is not NULL we unconditionally release it at the end. The old logic would only release if we didn't have a non-NULL 'rt'. Signed-off-by: David S. Miller --- Reading git-diff-tree failed