Skip to content

Commit

Permalink
pstore/blk: update the command line example
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Christoph Hellwig authored and Kees Cook committed Dec 1, 2020
1 parent cbf82e3 commit 45a8af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/admin-guide/pstore-blk.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 45a8af4

Please sign in to comment.