ipv4: Kill can_sleep arg to ip_route_output_flow()
[deliverable/linux.git] / net / dccp / ipv4.c
index 3d4b82f6adfdcd037c4b4341c6f1cc2631233182..a8ff9550208118d75fa36b84e45722d294c6ce04 100644 (file)
@@ -475,7 +475,7 @@ static struct dst_entry* dccp_v4_route_skb(struct net *net, struct sock *sk,
                          };
 
        security_skb_classify_flow(skb, &fl);
-       if (ip_route_output_flow(net, &rt, &fl, sk, false)) {
+       if (ip_route_output_flow(net, &rt, &fl, sk)) {
                IP_INC_STATS_BH(net, IPSTATS_MIB_OUTNOROUTES);
                return NULL;
        }
This page took 0.025002 seconds and 5 git commands to generate.