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.b...@linux.dev>
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 <h...@lst.de> Andrew, can you pick this up through -mm as there is no freevxfs tree?