rdma: remove check on time_spent when calculating mbs
commit5b648de0ee6f705dc5792a97fd69e761bba9f1cd
authorWei Yang <richard.weiyang@gmail.com>
Sun, 24 Jan 2016 14:09:57 +0000 (24 14:09 +0000)
committerMichael Tokarev <mjt@tls.msk.ru>
Thu, 11 Feb 2016 12:15:46 +0000 (11 15:15 +0300)
tree4c7c52178f60c6e4bfdfeb8866a2854cd6741245
parent58c652c08acaabcf5f22d33021d9ffeae2f59263
rdma: remove check on time_spent when calculating mbs

Within the if statement, time_spent is assured to be non-zero.

This patch just removes the check on time_spent when calculating mbs.

Signed-off-by: Wei Yang <richard.weiyang@gmail.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
migration/migration.c