commit | bd46a90634302bfe791e93ad5496f98f165f7ae0 | [log] [tgz] |
---|---|---|
author | Keith Busch <kbusch@kernel.org> | Mon Jul 29 16:34:52 2019 -0600 |
committer | Sagi Grimberg <sagi@grimberg.me> | Wed Jul 31 18:03:36 2019 -0700 |
tree | 1fe2f3a92c2bdc4a37ed5f20113f91355dcfff61 | |
parent | 0157ec8dad3c8fc9bc9790f76e0831ffdaf2e7f0 [diff] |
nvme-pci: Fix async probe remove race Ensure the controller is not in the NEW state when nvme_probe() exits. This will always allow a subsequent nvme_remove() to set the state to DELETING, fixing a potential race between the initial asynchronous probe and device removal. Reported-by: Li Zhong <lizhongfs@gmail.com> Reviewed-by: Sagi Grimberg <sagi@grimberg.me> Signed-off-by: Keith Busch <kbusch@kernel.org> Signed-off-by: Sagi Grimberg <sagi@grimberg.me>