IB/ipath: account for attached QPs correctly
[safe/jmp/linux-2.6] / net / ipv6 / af_inet6.c
index 5a0ba58..ac85e9c 100644 (file)
@@ -658,7 +658,7 @@ int inet6_sk_rebuild_header(struct sock *sk)
                        return err;
                }
 
-               ip6_dst_store(sk, dst, NULL);
+               __ip6_dst_store(sk, dst, NULL);
        }
 
        return 0;