ipv4: Can final ip_route_connect() arg to boolean "can_sleep".

Since that's what the current vague "flags" thing means.

Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
David S. Miller
2011-03-01 14:15:24 -08:00
parent 68d0c6d34d
commit abdf7e7239
6 changed files with 7 additions and 7 deletions

View File

@@ -1115,7 +1115,7 @@ static int inet_sk_reselect_saddr(struct sock *sk)
RT_CONN_FLAGS(sk),
sk->sk_bound_dev_if,
sk->sk_protocol,
inet->inet_sport, inet->inet_dport, sk, 0);
inet->inet_sport, inet->inet_dport, sk, false);
if (err)
return err;