Skip to content
/ linux Public
forked from torvalds/linux

Commit

Permalink
doc: correcting the debug path for cachefiles
Browse files Browse the repository at this point in the history
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 <lihongbo22@huawei.com>
Link: https://lore.kernel.org/r/20241022013812.2880883-1-lihongbo22@huawei.com
Signed-off-by: Christian Brauner <brauner@kernel.org>
  • Loading branch information
Hongbo Li authored and brauner committed Oct 24, 2024
1 parent 35100ae commit 6b51b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/filesystems/caching/cachefiles.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6b51b9f

Please sign in to comment.