]> git.baikalelectronics.ru Git - kernel.git/commit
nvme-fc: avoid race between time out and tear down
authorJames Smart <jsmart2021@gmail.com>
Tue, 14 Sep 2021 09:20:07 +0000 (11:20 +0200)
committerChristoph Hellwig <hch@lst.de>
Tue, 21 Sep 2021 07:17:12 +0000 (09:17 +0200)
commit9fa53635744bfd50f7d511c47d5da6f893aea7d5
treee3b5dc43a131ab9958712c89fb15f3eb0546efed
parent677d66d9d14dd951e2461d7e6ddaec75f1d274a8
nvme-fc: avoid race between time out and tear down

To avoid race between time out and tear down, in tear down process,
first we quiesce the queue, and then delete the timer and cancel
the time out work for the queue.

This patch merges the admin and io sync ops into the queue teardown logic
as shown in the RDMA patch 0f6313c8dd "nvme-rdma: avoid race between time
out and tear down". There is no teardown_lock in nvme-fc.

Signed-off-by: James Smart <jsmart2021@gmail.com>
Tested-by: Daniel Wagner <dwagner@suse.de>
Reviewed-by: Himanshu Madhani <himanshu.madhani@oracle.com>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Reviewed-by: Daniel Wagner <dwagner@suse.de>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/fc.c