[PATCH v3 10/30] ABI: pstore: Fix What field
From: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Date: 2021-09-16 09:00:51
Also in:
lkml
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Date: 2021-09-16 09:00:51
Also in:
lkml
Subsystem:
the rest · Maintainer:
Linus Torvalds
If both /sys/fs/pstore/... and /dev/pstore/... are possible, it should use, instead, two What: fields. Acked-by: Kees Cook <redacted> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> --- Documentation/ABI/testing/pstore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Documentation/ABI/testing/pstore b/Documentation/ABI/testing/pstore
index 5b02540781a2..d3cff4a7ee10 100644
--- a/Documentation/ABI/testing/pstore
+++ b/Documentation/ABI/testing/pstore@@ -1,4 +1,5 @@ -What: /sys/fs/pstore/... (or /dev/pstore/...) +What: /sys/fs/pstore/... +What: /dev/pstore/... Date: March 2011 KernelVersion: 2.6.39 Contact: tony.luck@intel.com
--
2.31.1