mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
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:
parent
5df65e5567
commit
273447b352
12 changed files with 17 additions and 16 deletions
|
@ -1174,7 +1174,7 @@ int inet_sk_rebuild_header(struct sock *sk)
|
|||
};
|
||||
|
||||
security_sk_classify_flow(sk, &fl);
|
||||
err = ip_route_output_flow(sock_net(sk), &rt, &fl, sk, false);
|
||||
err = ip_route_output_flow(sock_net(sk), &rt, &fl, sk);
|
||||
}
|
||||
if (!err)
|
||||
sk_setup_caps(sk, &rt->dst);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue