Re: [PATCH] efivarfs: use QSTR() in efivarfs_alloc_dentry

From: James Bottomley

Date: Fri Apr 24 2026 - 23:08:40 EST


On Wed, 2026-04-22 at 14:25 +0200, Thorsten Blum wrote:
> Use QSTR() and drop strlen() in efivarfs_alloc_dentry().

QSTR contains strlen(), so it's not really accurate to say it's been
dropped; this is merely changing to use a #define that does exactly the
same as the original code.

Regards,

James