]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
efivarfs: use QSTR() in efivarfs_alloc_dentry
authorThorsten Blum <thorsten.blum@linux.dev>
Wed, 22 Apr 2026 12:25:27 +0000 (14:25 +0200)
committerArd Biesheuvel <ardb@kernel.org>
Tue, 28 Apr 2026 10:30:59 +0000 (12:30 +0200)
commita9e8765fd206388d5672db229784982bf559f097
treeee24843f74f18cecfe9cfb71f685715996b29ff4
parent254f49634ee16a731174d2ae34bc50bd5f45e731
efivarfs: use QSTR() in efivarfs_alloc_dentry

Use QSTR() and drop strlen() in efivarfs_alloc_dentry().

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
fs/efivarfs/super.c