]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
ipv6: sit: Convert to dst_neigh_lookup()
authorDavid S. Miller <davem@davemloft.net>
Thu, 26 Jan 2012 20:23:21 +0000 (15:23 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 26 Jan 2012 20:23:21 +0000 (15:23 -0500)
commit1e2927b08160a14fff98e88e7a331d916aaa1d56
tree745e1793166c9f365262ec1f257d0fb5bfc0119b
parent39232973b779ab0c02cb6dcd8f819b7cb0fcd09a
ipv6: sit: Convert to dst_neigh_lookup()

The only semantic difference is that we now hold a reference to the
neighbour and thus have to release it.

Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/sit.c