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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Christian Brauner <[email protected]>
1 parent 35100ae commit 6b51b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)