]> 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>
Wed, 28 Sep 2022 09:03:58 +0000 (11:03 +0200)
commit39265647c4a602201f04914af4bdbdd1c5d29dbf
tree1249291ec09bc5f3b5ddf4036d956c5c6c1b5378
parentcc273ed79e7c29634aaa49f6eba2093b3ba2f2d9
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