aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHongbo Li <[email protected]>2024-10-22 01:38:12 +0000
committerChristian Brauner <[email protected]>2024-10-24 11:50:27 +0000
commit6b51b9f65cec2c5246b06eec0334ba465ba357a8 (patch)
tree8fa4de47b28d3150df12d97873cb8510a6218ab8
parentMerge patch series "fs/super.c: introduce get_tree_bdev_flags()" (diff)
downloadkernel-6b51b9f65cec2c5246b06eec0334ba465ba357a8.tar.gz
kernel-6b51b9f65cec2c5246b06eec0334ba465ba357a8.zip
doc: correcting the debug path for cachefiles
The original debug path is under "/sys/modules", that's wrong. The real path in kernel is "/sys/module". So we can correct it. Signed-off-by: Hongbo Li <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Christian Brauner <[email protected]>
-rw-r--r--Documentation/filesystems/caching/cachefiles.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/caching/cachefiles.rst b/Documentation/filesystems/caching/cachefiles.rst
index e04a27bdbe19..b3ccc782cb3b 100644
--- a/Documentation/filesystems/caching/cachefiles.rst
+++ b/Documentation/filesystems/caching/cachefiles.rst
@@ -115,7 +115,7 @@ set up cache ready for use. The following script commands are available:
This mask can also be set through sysfs, eg::
- echo 5 >/sys/modules/cachefiles/parameters/debug
+ echo 5 > /sys/module/cachefiles/parameters/debug
Starting the Cache