]> Pileus Git - ~andy/linux/blobdiff - net/decnet/dn_neigh.c
net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.
[~andy/linux] / net / decnet / dn_neigh.c
index 3532ac64c82db980f59a626cda4529a861c1075a..7d2fff29380f9b8cb9bab12061989eb7485fb319 100644 (file)
@@ -202,7 +202,7 @@ static int dn_neigh_output_packet(struct sk_buff *skb)
 {
        struct dst_entry *dst = skb_dst(skb);
        struct dn_route *rt = (struct dn_route *)dst;
-       struct neighbour *neigh = dst_get_neighbour(dst);
+       struct neighbour *neigh = dst_get_neighbour_noref(dst);
        struct net_device *dev = neigh->dev;
        char mac_addr[ETH_ALEN];