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>
此提交包含在:
David S. Miller
2011-03-01 14:27:04 -08:00
父節點 5df65e5567
當前提交 273447b352
共有 12 個檔案被更改,包括 17 行新增16 行删除

查看文件

@@ -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;
}