commit | ddef29578a81a1d4d8f2b26a7adbfe21407ee3ea | [log] [tgz] |
---|---|---|
author | Wunderlich, Mark <mark.wunderlich@intel.com> | Wed Sep 18 23:36:37 2019 +0000 |
committer | Sagi Grimberg <sagi@grimberg.me> | Wed Sep 25 12:53:14 2019 -0700 |
tree | 2a43810ecbbdd883409f29d2e2cc169770149044 | |
parent | b224726de5e496dbf78147a66755c3d81e28bdd2 [diff] |
nvme-tcp: fix wrong stop condition in io_work Allow the do/while statement to continue if current time is not after the proposed time 'deadline'. Intent is to allow loop to proceed for a specific time period. Currently the loop, as coded, will exit after first pass. Signed-off-by: Mark Wunderlich <mark.wunderlich@intel.com> Reviewed-by: Sagi Grimberg <sagi@grimberg.me> Signed-off-by: Sagi Grimberg <sagi@grimberg.me>