]> git.karo-electronics.de Git - karo-tx-linux.git/commit
nvmet-rdma: don't forget to delete a queue from the list of connection failed
authorSagi Grimberg <sagi@grimberg.me>
Sun, 6 Nov 2016 09:09:49 +0000 (11:09 +0200)
committerSagi Grimberg <sagi@grimberg.me>
Mon, 14 Nov 2016 00:08:52 +0000 (02:08 +0200)
commit766dbb179d41d6337fed2b3ca00caa5845d298ce
treeeeebfbc27fd93915d79c47d686f0d442ea72823c
parent8242ddac1bfcf6eb8873b4d0a4e7a172c2b5b625
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>
drivers/nvme/target/rdma.c