]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - net/ipv4/ip_output.c
net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.
[mirror_ubuntu-zesty-kernel.git] / net / ipv4 / ip_output.c
index 0d5e5672f3d1ed50d5b9789404baf8028c86a5c3..ff302bde8890fb748b026e07d55b3ace325335d7 100644 (file)
@@ -206,7 +206,7 @@ static inline int ip_finish_output2(struct sk_buff *skb)
        }
 
        rcu_read_lock();
-       neigh = dst_get_neighbour(dst);
+       neigh = dst_get_neighbour_noref(dst);
        if (neigh) {
                int res = neigh_output(neigh, skb);