summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorIsrael Rukshin <israelr@mellanox.com>2018-01-04 17:56:14 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-03-21 12:05:45 +0100
commit1c7453ec86ce3787d29b5925352e18a8c3a2bc86 (patch)
tree90d85b11c334c610f0add5d2839e3ce2a0154abc /fs
parent69f0542a7befb5fa3f1cf004bdc0c83c5166a7e6 (diff)
nvme: fix subsystem multiple controllers support check
commit b837b28394fb76993c28bb242db7061ee0417da6 upstream. There is a problem when another module (e.g. nvmet) takes a reference on the nvme block device and the physical nvme drive is removed. In that case nvme_free_ctrl() will not be called and the controller state will be "deleting" or "dead" unless nvmet module releases the block device. Later on, the same nvme drive probes back and nvme_init_subsystem() will be called and fail due to duplicate subnqn (if the nvme device doesn't support subsystem with multiple controllers). This will cause a probe failure. This commit changes the check of multiple controllers support at nvme_init_subsystem() by not counting all the controllers at "dead" or "deleting" state (this is safe because controllers at this state will never be active again). Fixes: ab9e00cc72fa ("nvme: track subsystems") Reviewed-by: Max Gurtovoy <maxg@mellanox.com> Signed-off-by: Israel Rukshin <israelr@mellanox.com> Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Keith Busch <keith.busch@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions