Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <lihongbo22@huawei.com>
Link: https://lore.kernel.org/r/20241022013812.2880883-1-lihongbo22@huawei.com
Signed-off-by: Christian Brauner <brauner@kernel.org>

authored by

Hongbo Li and committed by
Christian Brauner
6b51b9f6 35100ae2

+1 -1
+1 -1
Documentation/filesystems/caching/cachefiles.rst
··· 115 115 116 116 This mask can also be set through sysfs, eg:: 117 117 118 - echo 5 >/sys/modules/cachefiles/parameters/debug 118 + echo 5 > /sys/module/cachefiles/parameters/debug 119 119 120 120 121 121 Starting the Cache