diff options
| author | Keith Busch <kbusch@kernel.org> | 2024-11-01 22:29:40 +0300 |
|---|---|---|
| committer | Keith Busch <kbusch@kernel.org> | 2024-11-11 20:49:49 +0300 |
| commit | e2758c76a0ab2032a0d11abc1c2ff08661fdf428 (patch) | |
| tree | a3f2616bc93677da4a8c40451468c0555c74fde6 /include | |
| parent | 5fd075cdaf3649000677d960fd9e45c08081b7e0 (diff) | |
| download | linux-e2758c76a0ab2032a0d11abc1c2ff08661fdf428.tar.xz | |
nvmet: support for csi identify ns
Implements reporting the I/O Command Set Independent Identify Namespace
command.
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Keith Busch <kbusch@kernel.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/nvme.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nvme.h b/include/linux/nvme.h index 99cf0ee73714..c136d64c7d73 100644 --- a/include/linux/nvme.h +++ b/include/linux/nvme.h @@ -563,6 +563,7 @@ enum { NVME_NS_FLBAS_LBA_SHIFT = 1, NVME_NS_FLBAS_META_EXT = 0x10, NVME_NS_NMIC_SHARED = 1 << 0, + NVME_NS_ROTATIONAL = 1 << 4, NVME_LBAF_RP_BEST = 0, NVME_LBAF_RP_BETTER = 1, NVME_LBAF_RP_GOOD = 2, |
