Re: [PATCH] dcache: use QSTR() instead of QSTR_INIT()

From: Thorsten Blum

Date: Mon Apr 27 2026 - 10:00:21 EST


On Wed, Apr 22, 2026 at 02:51:19PM +0200, Jan Kara wrote:
> On Wed 22-04-26 14:33:46, Thorsten Blum wrote:
> > Drop the hard-coded length arguments and use the simpler QSTR().
> >
> > Signed-off-by: Thorsten Blum <thorsten.blum@xxxxxxxxx>
>
> Sure. Feel free to add:
>
> Reviewed-by: Jan Kara <jack@xxxxxxx>

Hi Jan,

This should probably be dropped as it doesn't compile on architectures
where strlen() cannot be folded to a constant at compile time (e.g.,
arch/sh, arch/arc).

Thanks,
Thorsten