]> git.baikalelectronics.ru Git - kernel.git/commit
nvme: catch -ENODEV from nvme_revalidate_zones again
authorChristoph Hellwig <hch@lst.de>
Thu, 21 Jul 2022 05:56:35 +0000 (07:56 +0200)
committerJens Axboe <axboe@kernel.dk>
Tue, 2 Aug 2022 23:22:51 +0000 (17:22 -0600)
commite06b425bc835ead08b9fd935bf5e47eef473e7a0
tree4507388e6d1514f119ac653eba5c8a653a21f8b5
parent4cf42ec36673707acefcddbdc21da8d6a61ac5a2
nvme: catch -ENODEV from nvme_revalidate_zones again

nvme_revalidate_zones can also return -ENODEV if e.g. zone sizes aren't
constant or not a power of two.  In that case we should jump to marking
the gendisk hidden and only support pass through.

Fixes: 602e57c9799c ("nvme: also mark passthrough-only namespaces ready in nvme_update_ns_info")
Reported-by: Joel Granados <j.granados@samsung.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Joel Granados <j.granados@samsung.com>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/nvme/host/core.c