Skip to content

Commit 6b51b9f

Browse files
Hongbo Librauner
authored andcommitted
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>
1 parent 35100ae commit 6b51b9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/filesystems/caching/cachefiles.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ set up cache ready for use. The following script commands are available:
115115

116116
This mask can also be set through sysfs, eg::
117117

118-
echo 5 >/sys/modules/cachefiles/parameters/debug
118+
echo 5 > /sys/module/cachefiles/parameters/debug
119119

120120

121121
Starting the Cache

0 commit comments

Comments
 (0)