aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/admin-guide/pstore-blk.rst
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2020-10-16 15:20:41 +0200
committerKees Cook <keescook@chromium.org>2020-12-01 12:01:03 -0800
commitb6f8ed33ab2bbc58e40fb1e2fb0f9c90cab04baf (patch)
treecbd81345962aebf6a8cb4830ef253319b7c2b5fe /Documentation/admin-guide/pstore-blk.rst
parentpstore/blk: update the command line example (diff)
downloadwireguard-linux-b6f8ed33ab2bbc58e40fb1e2fb0f9c90cab04baf.tar.xz
wireguard-linux-b6f8ed33ab2bbc58e40fb1e2fb0f9c90cab04baf.zip
pstore/blk: remove {un,}register_pstore_blk
This interface is entirely unused, so remove them and various bits of unreachable code. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Kees Cook <keescook@chromium.org> Link: https://lore.kernel.org/r/20201016132047.3068029-4-hch@lst.de
Diffstat (limited to 'Documentation/admin-guide/pstore-blk.rst')
-rw-r--r--Documentation/admin-guide/pstore-blk.rst5
1 files changed, 1 insertions, 4 deletions
diff --git a/Documentation/admin-guide/pstore-blk.rst b/Documentation/admin-guide/pstore-blk.rst
index 83543cb3daa1..49d8149f8d32 100644
--- a/Documentation/admin-guide/pstore-blk.rst
+++ b/Documentation/admin-guide/pstore-blk.rst
@@ -151,10 +151,7 @@ otherwise KMSG_DUMP_MAX.
Configurations for driver
-------------------------
-Only a block device driver cares about these configurations. A block device
-driver uses ``register_pstore_blk`` to register to pstore/blk.
-
-A non-block device driver uses ``register_pstore_device`` with
+A device driver uses ``register_pstore_device`` with
``struct pstore_device_info`` to register to pstore/blk.
.. kernel-doc:: fs/pstore/blk.c