ipv4: Kill can_sleep arg to ip_route_output_flow()
[deliverable/linux.git] / drivers / infiniband / hw / cxgb3 / iwch_cm.c
index c7f776c8b2b8a640520cc2543354d179ecee0bc8..e654285aa6ba2abda2fe9ee469d47cc2e38290e6 100644 (file)
@@ -354,7 +354,7 @@ static struct rtable *find_route(struct t3cdev *dev, __be32 local_ip,
                          }
        };
 
-       if (ip_route_output_flow(&init_net, &rt, &fl, NULL, false))
+       if (ip_route_output_flow(&init_net, &rt, &fl, NULL))
                return NULL;
        return rt;
 }
This page took 0.05977 seconds and 5 git commands to generate.