]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rxrpc: don't multiply with HZ twice
authorFlorian Westphal <fw@strlen.de>
Sat, 28 Feb 2015 10:51:37 +0000 (11:51 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sun, 1 Mar 2015 18:40:23 +0000 (13:40 -0500)
commit765dd3bb44711b4ba36c1e06f9c4b7bfe73ffef7
tree909d2f6c9ab0984f048c4a597835f2b2ed354ba5
parentc03ae533a9c4de83a35105f9bfd7152d916b4680
rxrpc: don't multiply with HZ twice

rxrpc_resend_timeout has an initial value of 4 * HZ; use it as-is.

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/rxrpc/ar-ack.c