ipv4: Kill can_sleep arg to ip_route_output_flow()
[deliverable/linux.git] / net / ipv4 / inet_connection_sock.c
index 97e5fb76526500d6355b921be6359680bf7a8720..7f85d4aec26a17bb83ab80249b695be10715d55d 100644 (file)
@@ -369,7 +369,7 @@ struct dst_entry *inet_csk_route_req(struct sock *sk,
        struct net *net = sock_net(sk);
 
        security_req_classify_flow(req, &fl);
-       if (ip_route_output_flow(net, &rt, &fl, sk, 0))
+       if (ip_route_output_flow(net, &rt, &fl, sk))
                goto no_route;
        if (opt && opt->is_strictroute && rt->rt_dst != rt->rt_gateway)
                goto route_err;
This page took 0.025863 seconds and 5 git commands to generate.