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

2024-11-06 Thread Christian Brauner
On Sun, 03 Nov 2024 13:17:09 +0100, Thorsten Blum wrote: > Replace the deprecated one-element array with a modern flexible array > member in the struct vxfs_dirblk. > > Applied to the vfs.misc branch of the vfs/vfs.git tree. Patches in the vfs.misc branch should appear in linux-next soon. Pleas

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

2024-11-05 Thread Christoph Hellwig
On Tue, Nov 05, 2024 at 10:53:39AM -0800, Andrew Morton wrote: > > 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 > > > > Andrew, can you pick this up th

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

2024-11-05 Thread Andrew Morton
On Tue, 5 Nov 2024 03:23:06 -0800 Christoph Hellwig 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 > > Si

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

2024-11-05 Thread Christoph Hellwig
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 Might be worth adding that nothing does a si