rxrpc: Fix initial resend timeout
authorDavid Howells <dhowells@redhat.com>
Wed, 4 Dec 2024 07:46:58 +0000 (07:46 +0000)
committerJakub Kicinski <kuba@kernel.org>
Mon, 9 Dec 2024 21:48:30 +0000 (13:48 -0800)
commit0130eff911b13e0ad5fc2eebd44833cacd5a8b0b
treee0b499c55f9c3807065a0be5dc880dca6e5741a2
parent5c0ceba23bb47085d6c9c53bff08a29634ee4e7e
rxrpc: Fix initial resend timeout

The constant for the initial resend timeout is in milliseconds, but the
variable it's assigned to is in microseconds.  Fix the constant to be in
microseconds.

Signed-off-by: David Howells <dhowells@redhat.com>
cc: Marc Dionne <marc.dionne@auristor.com>
cc: linux-afs@lists.infradead.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/rxrpc/rtt.c