diff options
| author | Zenghui Yu <zenghui.yu@linux.dev> | 2026-06-20 21:14:25 +0800 |
|---|---|---|
| committer | Christian Brauner <brauner@kernel.org> | 2026-09-10 10:09:45 +0200 |
| commit | d33cf26315d4e667886cc6199845758e79e1bdfa (patch) | |
| tree | ccc5f9bfca716b5d18780bbc813c34d4e397c61b | |
| parent | 5e1287972b649aab54a894addeaf1fdd6bc23e6b (diff) | |
| download | linux-next-d33cf26315d4e667886cc6199845758e79e1bdfa.tar.gz linux-next-d33cf26315d4e667886cc6199845758e79e1bdfa.zip | |
cachefiles: Fix path of the "debug" module parameter in help paragraph
The correct path of the "debug" module parameter should be
/sys/module/cachefiles/parameters/debug. Fix it.
Signed-off-by: Zenghui Yu <zenghui.yu@linux.dev>
Link: https://patch.msgid.link/20260620131425.8210-1-zenghui.yu@linux.dev
Signed-off-by: Christian Brauner (Amutable) <brauner@kernel.org>
| -rw-r--r-- | fs/cachefiles/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cachefiles/Kconfig b/fs/cachefiles/Kconfig index afb25b6af5aa..c9c168c7e072 100644 --- a/fs/cachefiles/Kconfig +++ b/fs/cachefiles/Kconfig @@ -17,7 +17,7 @@ config CACHEFILES_DEBUG help This permits debugging to be dynamically enabled in the filesystem caching on files module. If this is set, the debugging output may be - enabled by setting bits in /sys/modules/cachefiles/parameter/debug or + enabled by setting bits in /sys/module/cachefiles/parameters/debug or by including a debugging specifier in /etc/cachefilesd.conf. config CACHEFILES_ERROR_INJECTION |
