On Sat, 08 Jun 2024 17:13:51 +0200, Uwe Kleine-König wrote: > Instead of inventing a custom way to conditionally enable debugging, > just make use of pr_debug(), which also has dynamic debugging facilities > and is more likely known to someone who hunts a problem in the netfs > code. Also drop the module parameter netfs_debug which didn't have any > effect without further source changes. (The variable netfs_debug was > only used in #ifdef blocks for cpp vars that don't exist; Note that > CONFIG_NETFS_DEBUG isn't settable via kconfig, a variable with that name > never existed in the mainline and is probably just taken over (and > renamed) from similar custom debug logging implementations.) > > [...] Applied to the vfs.netfs branch of the vfs/vfs.git tree. Patches in the vfs.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.netfs [1/1] netfs: Switch debug logging to pr_debug() https://git.kernel.org/vfs/vfs/c/999876f35003