commit | 5b648de0ee6f705dc5792a97fd69e761bba9f1cd | [log] [tgz] |
---|---|---|
author | Wei Yang <richard.weiyang@gmail.com> | Sun Jan 24 14:09:57 2016 +0000 |
committer | Michael Tokarev <mjt@tls.msk.ru> | Thu Feb 11 15:15:46 2016 +0300 |
tree | 4c7c52178f60c6e4bfdfeb8866a2854cd6741245 | |
parent | 58c652c08acaabcf5f22d33021d9ffeae2f59263 [diff] |
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>