inet: Kill FLOWI_FLAG_PRECOW_METRICS.
[deliverable/linux.git] / net / ipv4 / inet_connection_sock.c
index 034ddbe42adf9fb72b0db0439fb87e8ff0511970..76825be3b64341635fd57a63efae5f40445fc646 100644 (file)
@@ -375,7 +375,7 @@ struct dst_entry *inet_csk_route_req(struct sock *sk,
        const struct inet_request_sock *ireq = inet_rsk(req);
        struct ip_options_rcu *opt = inet_rsk(req)->opt;
        struct net *net = sock_net(sk);
-       int flags = inet_sk_flowi_flags(sk) & ~FLOWI_FLAG_PRECOW_METRICS;
+       int flags = inet_sk_flowi_flags(sk);
 
        if (nocache)
                flags |= FLOWI_FLAG_RT_NOCACHE;
This page took 0.0269 seconds and 5 git commands to generate.