Re: [PATCH] freevxfs: Replace one-element array with flexible array member

From: Andrew Morton
Date: Tue Nov 05 2024 - 13:54:22 EST


On Tue, 5 Nov 2024 03:23:06 -0800 Christoph Hellwig <hch@xxxxxxxxxxxxx> wrote:

> On Sun, Nov 03, 2024 at 01:17:09PM +0100, Thorsten Blum wrote:
> > Replace the deprecated one-element array with a modern flexible array
> > member in the struct vxfs_dirblk.
> >
> > Link: https://github.com/KSPP/linux/issues/79
> > Signed-off-by: Thorsten Blum <thorsten.blum@xxxxxxxxx>
>
> Might be worth adding that nothing does a sizeof of the type or
> variables of the type, so just hcanging it is fine.
>
> Otherwise looks good:
>
> Reviewed-by: Christoph Hellwig <hch@xxxxxx>
>
> Andrew, can you pick this up through -mm as there is no freevxfs tree?

I assume Christian can scoop this up?