]> 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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 Sep 2022 12:16:59 +0000 (14:16 +0200)
commitc505fee07b3dbe24054fc54f9d3f0a73003d27b5
tree2095fee636bb8ba093fccb54a8f45f6b5ac4b9d3
parent35da670ed13ee161a9c943b839469fb3baf0e8fd
rxrpc: Fix calc of resend age

[ Upstream commit 214a9dc7d852216e83acac7b75bc18f01ce184c2 ]

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

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
net/rxrpc/call_event.c