mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-26 08:31:13 +00:00
ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep"
Since that is what the current vague "flags" argument means. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
abdf7e7239
commit
420d44daa7
12 changed files with 16 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, 0);
|
||||
err = ip_route_output_flow(sock_net(sk), &rt, &fl, sk, false);
|
||||
}
|
||||
if (!err)
|
||||
sk_setup_caps(sk, &rt->dst);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue