commit | 766dbb179d41d6337fed2b3ca00caa5845d298ce | [log] [tgz] |
---|---|---|
author | Sagi Grimberg <sagi@grimberg.me> | Sun Nov 06 11:09:49 2016 +0200 |
committer | Sagi Grimberg <sagi@grimberg.me> | Mon Nov 14 02:08:52 2016 +0200 |
tree | eeebfbc27fd93915d79c47d686f0d442ea72823c | |
parent | 8242ddac1bfcf6eb8873b4d0a4e7a172c2b5b625 [diff] |
nvmet-rdma: don't forget to delete a queue from the list of connection failed In case we accepted a queue connection and it failed, we might not remove the queue from the list until we unload and clean it up. We should delete it from the queue list on the relevant handler. Signed-off-by: Sagi Grimberg <sagi@grimberg.me>