commit | eb857186eb771998fc9ab4bfd398a6fedb5a295c | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Fri Jan 27 15:07:56 2012 -0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Jan 27 21:00:08 2012 -0500 |
tree | e3cde1845c4672b8123b34b631133f28194873a7 | |
parent | 0ec88662041e172acf33d7a15a2020841ee82afb [diff] |
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 <davem@davemloft.net>