]> git.itanic.dy.fi Git - linux-stable/commit
rxrpc: Fix calc of resend age
authorDavid Howells <dhowells@redhat.com>
Tue, 5 Apr 2022 12:34:09 +0000 (13:34 +0100)
committerDavid Howells <dhowells@redhat.com>
Thu, 1 Sep 2022 10:44:12 +0000 (11:44 +0100)
commit214a9dc7d852216e83acac7b75bc18f01ce184c2
treee1f42617988567b1b0d003c39d47f26de05c34d1
parentd3d863036d688313f8d566b87acd7d99daf82749
rxrpc: Fix calc of resend age

Fix the calculation of the resend age to add a microsecond value as
microseconds, not nanoseconds.

Signed-off-by: David Howells <dhowells@redhat.com>
net/rxrpc/call_event.c