Unverified Commit 6b51b9f6 authored by Hongbo Li's avatar Hongbo Li Committed by Christian Brauner
Browse files

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: default avatarHongbo Li <lihongbo22@huawei.com>
Link: https://lore.kernel.org/r/20241022013812.2880883-1-lihongbo22@huawei.com


Signed-off-by: default avatarChristian Brauner <brauner@kernel.org>
parent 35100ae2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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