From: Israel Rukshin <israelr@xxxxxxxxxxxx> The enumerations will be used to expose the namespace metadata format by the target. Signed-off-by: Israel Rukshin <israelr@xxxxxxxxxxxx> Reviewed-by: Max Gurtovoy <maxg@xxxxxxxxxxxx> --- include/linux/nvme.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/linux/nvme.h b/include/linux/nvme.h index 3d5189f..4e968d3 100644 --- a/include/linux/nvme.h +++ b/include/linux/nvme.h @@ -396,6 +396,8 @@ enum { NVME_NS_FEAT_THIN = 1 << 0, NVME_NS_FLBAS_LBA_MASK = 0xf, NVME_NS_FLBAS_META_EXT = 0x10, + NVME_NS_MC_META_EXT = 1 << 0, + NVME_NS_MC_META_BUF = 1 << 1, NVME_LBAF_RP_BEST = 0, NVME_LBAF_RP_BETTER = 1, NVME_LBAF_RP_GOOD = 2, -- 1.8.3.1