]> git.baikalelectronics.ru Git - kernel.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)
commit75a32609e976d5451977e09ffc65b60e84ff949f
tree745e1793166c9f365262ec1f257d0fb5bfc0119b
parentfc6cfbccbcc23aabc8bfa6bb55e392d5a0f85e3b
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