]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ecryptfs: Fix tag number in encrypt_filename() error message
authorThorsten Blum <thorsten.blum@linux.dev>
Thu, 5 Feb 2026 13:25:32 +0000 (14:25 +0100)
committerTyler Hicks <code@tyhicks.com>
Thu, 26 Mar 2026 03:39:27 +0000 (22:39 -0500)
commit3b7f363b7bba203318c77d91c131123cf059cdbb
tree236d357d78d54d60aab5e04582425fd9ff50d48a
parent8b9bf58bc3a6f148d990bb697a3b6dbb11672f86
ecryptfs: Fix tag number in encrypt_filename() error message

Report the correct tag number (70) instead of tag 72.

Use ecryptfs_printk() and reformat the string to silence the checkpatch
warning: "WARNING: quoted string split across lines".

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