]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ecryptfs: Log function name only once in decode_and_decrypt_filename
authorThorsten Blum <thorsten.blum@linux.dev>
Tue, 10 Mar 2026 10:26:53 +0000 (11:26 +0100)
committerTyler Hicks <code@tyhicks.com>
Thu, 26 Mar 2026 03:39:27 +0000 (22:39 -0500)
commit1601fe9e0423d813b1158a52e051bd3059f74197
treec9c84ef014b5ca35d03afb9216d04739f875e633
parentfb1b02dc02da0ff63a5965056db0c9f77842bd19
ecryptfs: Log function name only once in decode_and_decrypt_filename

ecryptfs_printk() already prints the function name using %s and
__func__. Drop the redundant function name from the debug log message.

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Signed-off-by: Tyler Hicks <code@tyhicks.com>
fs/ecryptfs/crypto.c