* [PATCH] cachefiles: Fix path of the "debug" module parameter in help paragraph
@ 2026-06-20 13:14 Zenghui Yu
2026-09-02 7:52 ` Zenghui Yu
2026-09-04 7:52 ` Christian Brauner
0 siblings, 2 replies; 3+ messages in thread
From: Zenghui Yu @ 2026-06-20 13:14 UTC (permalink / raw)
To: netfs, linux-kernel; +Cc: dhowells, Zenghui Yu
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>
---
fs/cachefiles/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/cachefiles/Kconfig b/fs/cachefiles/Kconfig
index c5a070550ee3..1f0ec7d287b9 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
--
2.53.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] cachefiles: Fix path of the "debug" module parameter in help paragraph
2026-06-20 13:14 [PATCH] cachefiles: Fix path of the "debug" module parameter in help paragraph Zenghui Yu
@ 2026-09-02 7:52 ` Zenghui Yu
2026-09-04 7:52 ` Christian Brauner
1 sibling, 0 replies; 3+ messages in thread
From: Zenghui Yu @ 2026-09-02 7:52 UTC (permalink / raw)
To: netfs, linux-kernel; +Cc: dhowells, brauner
On 6/20/26 9:14 PM, Zenghui Yu wrote:
> 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>
> ---
> fs/cachefiles/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/fs/cachefiles/Kconfig b/fs/cachefiles/Kconfig
> index c5a070550ee3..1f0ec7d287b9 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
ping?
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] cachefiles: Fix path of the "debug" module parameter in help paragraph
2026-06-20 13:14 [PATCH] cachefiles: Fix path of the "debug" module parameter in help paragraph Zenghui Yu
2026-09-02 7:52 ` Zenghui Yu
@ 2026-09-04 7:52 ` Christian Brauner
1 sibling, 0 replies; 3+ messages in thread
From: Christian Brauner @ 2026-09-04 7:52 UTC (permalink / raw)
To: netfs, linux-kernel, Zenghui Yu; +Cc: dhowells
On Sat, 20 Jun 2026 21:14:25 +0800, Zenghui Yu wrote:
> The correct path of the "debug" module parameter should be
> /sys/module/cachefiles/parameters/debug. Fix it.
Applied to the vfs-7.4.netfs branch of the vfs/vfs.git tree.
Patches in the vfs-7.4.netfs branch should appear in linux-next soon.
Please report any outstanding bugs that were missed during review in a
new review to the original patch series allowing us to drop it.
It's encouraged to provide Acked-bys and Reviewed-bys even though the
patch has now been applied. If possible patch trailers will be updated.
Note that commit hashes shown below are subject to change due to rebase,
trailer updates or similar. If in doubt, please check the listed branch.
tree: https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git
branch: vfs-7.4.netfs
[1/1] cachefiles: Fix path of the "debug" module parameter in help paragraph
https://git.kernel.org/vfs/vfs/c/880a32f0a6e6
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-09-04 7:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-20 13:14 [PATCH] cachefiles: Fix path of the "debug" module parameter in help paragraph Zenghui Yu
2026-09-02 7:52 ` Zenghui Yu
2026-09-04 7:52 ` Christian Brauner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox