ipv4: Kill can_sleep arg to ip_route_output_flow()

This boolean state is now available in the flow flags.

Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
David S. Miller
2011-03-01 14:27:04 -08:00
rodzic 5df65e5567
commit 273447b352
12 zmienionych plików z 17 dodań i 16 usunięć

Wyświetl plik

@@ -470,7 +470,7 @@ static struct rtable *find_route_ipv4(__be32 saddr, __be32 daddr,
}
};
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;