[PATCH 1/3] nvme: add a quirk to disable namespace identifiers

Christoph Hellwig hch at lst.de
Tue Apr 12 00:01:41 PDT 2022


On Tue, Apr 12, 2022 at 06:56:07AM +0000, Chaitanya Kulkarni wrote:
> +       ret = nvme_id_check_quirk(cur->nidt);
> +       if (ret)
> +               return ret;

We still need to process the list to find the CSI.  This is actually
relevant for modern qemu, which supports multiple command sets.



More information about the Linux-nvme mailing list