diff options
| author | James Smart <[email protected]> | 2018-02-06 14:48:30 +0000 |
|---|---|---|
| committer | Sagi Grimberg <[email protected]> | 2018-02-11 08:45:43 +0000 |
| commit | c3aedd225f8bcc3b3e61df074bc045b80542b38a (patch) | |
| tree | b5cb438d348ed5083c4fc2f0919519400939e88f /net/unix/af_unix.c | |
| parent | nvme_fc: correct abort race condition on resets (diff) | |
| download | kernel-c3aedd225f8bcc3b3e61df074bc045b80542b38a.tar.gz kernel-c3aedd225f8bcc3b3e61df074bc045b80542b38a.zip | |
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 <[email protected]>
Signed-off-by: James Smart <[email protected]>
Signed-off-by: Sagi Grimberg <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions
