diff options
author | James Smart <jsmart2021@gmail.com> | 2018-02-06 06:48:30 -0800 |
---|---|---|
committer | Sagi Grimberg <sagi@grimberg.me> | 2018-02-11 10:45:43 +0200 |
commit | c3aedd225f8bcc3b3e61df074bc045b80542b38a (patch) | |
tree | b5cb438d348ed5083c4fc2f0919519400939e88f /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 3efd6e8ebe19f0774c82de582849539b60cc4d97 (diff) |
nvme_fc: cleanup io completion
There was some old cold that dealt with complete_rq being called
prior to the lldd returning the io completion. This is garbage code.
The complete_rq routine was being called after eh_timeouts were
called and it was due to eh_timeouts not being handled properly.
The timeouts were fixed in prior patches so that in general, a
timeout will initiate an abort and the reset timer restarted as
the abort operation will take care of completing things. Given the
reset timer restarted, the erroneous complete_rq calls were eliminated.
So remove the work that was synchronizing complete_rq with io
completion.
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: James Smart <james.smart@broadcom.com>
Signed-off-by: Sagi Grimberg <sagi@grimberg.me>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions