• David Howells's avatar
    rxrpc: Fix a bit of time confusion · f82eb88b
    David Howells authored
    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: a158bdd3 ("rxrpc: Fix call timeouts")
    Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
    f82eb88b
call_event.c 12.5 KB