Re: [PATCH v4 1/3] block/nvme: introduce bit 5 for critical warning

2021-01-15 Thread Philippe Mathieu-Daudé
On 1/15/21 4:27 AM, zhenwei pi wrote: > According to NVMe spec 1.4 section "According to NVMe spec 1.4 section 5.14.1.2" > , introduce bit 5 > for "Persistent Memory Region has become read-only or unreliable". > > Signed-off-by: zhenwei pi > --- > include/block/nvme.h | 1 + > 1 file changed,

[PATCH v4 1/3] block/nvme: introduce bit 5 for critical warning

2021-01-14 Thread zhenwei pi
According to NVMe spec 1.4 section , introduce bit 5 for "Persistent Memory Region has become read-only or unreliable". Signed-off-by: zhenwei pi --- include/block/nvme.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/block/nvme.h b/include/block/nvme.h index 9494246f1f..0baf4b27cd