Re: [PATCH] efivarfs: use QSTR() in efivarfs_alloc_dentry
James Bottomley <[email protected]>
| Newsgroups | org.kernel.vger.linux-efi,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <76a23c672cc524bb65677b034de7887ab1c81c5c.camel@HansenPartnership.com> |
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