commit | 71c691fd06cc2625966620c93ce21bdcce32ed95 | [log] [tgz] |
---|---|---|
author | James Smart <jsmart2021@gmail.com> | Thu Sep 28 09:56:31 2017 -0700 |
committer | Christoph Hellwig <hch@lst.de> | Wed Nov 01 16:28:03 2017 +0100 |
tree | 064fc233a8e3f99dfbfad47a4e4f798655873ef2 | |
parent | ecad0d2cb8a7997afdc95031ee3328b997aba5c4 [diff] |
nvme-fc: avoid workqueue flush stalls There's no need to wait for the full nvme_wq, which is now shared, to flush. flush only the delete_work item. Signed-off-by: James Smart <james.smart@broadcom.com> Reviewed-by: Sagi Grimberg <sgi@grimberg.me> Signed-off-by: Christoph Hellwig <hch@lst.de>