summaryrefslogtreecommitdiff
path: root/Documentation/admin-guide/pstore-blk.rst
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2020-10-16 15:20:40 +0200
committerKees Cook <keescook@chromium.org>2020-12-01 11:32:55 -0800
commit45a8af4412b1143760cbc7255b8c53271df89ed7 (patch)
tree5bad9650e62fe94e33ca01664adbe9ae19c102b6 /Documentation/admin-guide/pstore-blk.rst
parentcbf82e35031b135928f36e72c6d166e935530b6a (diff)
pstore/blk: update the command line example
Use the human readable device name instead of the device number, and add the required best_effort parameter. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: WeiXiong Liao <gmpy.liaowx@gmail.com> Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: Kees Cook <keescook@chromium.org> Link: https://lore.kernel.org/r/20201016132047.3068029-3-hch@lst.de
Diffstat (limited to 'Documentation/admin-guide/pstore-blk.rst')
-rw-r--r--Documentation/admin-guide/pstore-blk.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/pstore-blk.rst b/Documentation/admin-guide/pstore-blk.rst
index 6898aba9fb5c..83543cb3daa1 100644
--- a/Documentation/admin-guide/pstore-blk.rst
+++ b/Documentation/admin-guide/pstore-blk.rst
@@ -35,7 +35,7 @@ module parameters have priority over Kconfig.
Here is an example for module parameters::
- pstore_blk.blkdev=179:7 pstore_blk.kmsg_size=64
+ pstore_blk.blkdev=/dev/mmcblk0p7 pstore_blk.kmsg_size=64 best_effort=y
The detail of each configurations may be of interest to you.