* [PATCH] ecryptfs: Log function name only once in decode_and_decrypt_filename
@ 2026-01-25 22:43 Thorsten Blum
0 siblings, 0 replies; only message in thread
From: Thorsten Blum @ 2026-01-25 22:43 UTC (permalink / raw)
To: Tyler Hicks, Thorsten Blum, Eric Biggers, Christian Brauner,
Ard Biesheuvel, Zipeng Zhang
Cc: ecryptfs, linux-kernel
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>
---
fs/ecryptfs/crypto.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/fs/ecryptfs/crypto.c b/fs/ecryptfs/crypto.c
index a13229d49b7e..8f2e1ea1f9f8 100644
--- a/fs/ecryptfs/crypto.c
+++ b/fs/ecryptfs/crypto.c
@@ -1937,8 +1937,7 @@ int ecryptfs_decode_and_decrypt_filename(char **plaintext_name,
decoded_name_size);
if (rc) {
ecryptfs_printk(KERN_DEBUG,
- "%s: Could not parse tag 70 packet from filename\n",
- __func__);
+ "Could not parse tag 70 packet from filename\n");
goto out_free;
}
} else {
--
Thorsten Blum <thorsten.blum@linux.dev>
GPG: 1D60 735E 8AEF 3BE4 73B6 9D84 7336 78FD 8DFE EAD4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-01-25 22:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-25 22:43 [PATCH] ecryptfs: Log function name only once in decode_and_decrypt_filename Thorsten Blum
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox