commit | f82eb88b0fa6943f58760fd7c3d1b12c1f9cf492 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Fri Mar 30 21:04:43 2018 +0100 |
committer | David Howells <dhowells@redhat.com> | Fri Mar 30 21:04:43 2018 +0100 |
tree | 068e6974c36acd2376c2a64315581b72587ffd37 | |
parent | ace45bec6d77bc061c3c3d8ad99e298ea9800c2b [diff] |
rxrpc: Fix a bit of time confusion The rxrpc_reduce_call_timer() function should be passed the 'current time' in jiffies, not the current ktime time. It's confusing in rxrpc_resend because that has to deal with both. Pass the correct current time in. Note that this only affects the trace produced and not the functioning of the code. Fixes: a158bdd3247b ("rxrpc: Fix call timeouts") Signed-off-by: David Howells <dhowells@redhat.com>