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>
此提交包含在:
@@ -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;
|
||||
}
|
||||
|
新增問題並參考
封鎖使用者