]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
rxrpc: Should be using ktime_add_ms() not ktime_add_ns()
authorDavid Howells <dhowells@redhat.com>
Fri, 23 Sep 2016 11:39:23 +0000 (12:39 +0100)
committerDavid Howells <dhowells@redhat.com>
Fri, 23 Sep 2016 12:23:09 +0000 (13:23 +0100)
commit90bd684ded900673d86f64f4b4197704a38f04bc
treec8dcee6dae0302bc8d725b91c585d1c775375cc7
parentc0d058c21c69b3685c3f1bb008aa11f1a5eaee7e
rxrpc: Should be using ktime_add_ms() not ktime_add_ns()

ktime_add_ms() should be used to add the resend time (in ms) rather than
ktime_add_ns().

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