diff options
| author | Caleb Sander Mateos <csander@purestorage.com> | 2026-02-27 13:23:49 -0700 |
|---|---|---|
| committer | Keith Busch <kbusch@kernel.org> | 2026-03-27 07:35:04 -0700 |
| commit | 823340b7e877b410a814177360df34810878e916 (patch) | |
| tree | 6144dd02a7c05a1d3fb7df604faa3309e2dae191 /rust/kernel/gpu/git@git.tavy.me:linux-stable.git | |
| parent | d3c04a6ea5fd7a3d81f7c80880125108df9a4cbd (diff) | |
nvme: always issue I/O Command Set specific Identify Namespace
Currently, the I/O Command Set specific Identify Namespace structure is
only fetched for controllers that support extended LBA formats. This is
because struct nvme_id_ns_nvm is only used by nvme_configure_pi_elbas(),
which is only called when the ELBAS bit is set in the CTRATT field of
the Identify Controller structure.
However, the I/O Command Set specific Identify Namespace structure will
soon be used in nvme_update_disk_info(), so always try to obtain it in
nvme_update_ns_info_block(). This Identify structure is first defined in
NVMe spec version 2.0, but controllers reporting older versions could
still implement it.
Signed-off-by: Caleb Sander Mateos <csander@purestorage.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Keith Busch <kbusch@kernel.org>
Diffstat (limited to 'rust/kernel/gpu/git@git.tavy.me:linux-stable.git')
0 files changed, 0 insertions, 0 deletions
