On Wed, Aug 21, 2024 at 4:15 AM Thorsten Blum <thorsten.b...@toblux.com> wrote:
>
> Replace the deprecated one-element arrays with flexible-array members
> in the structs copychunk_ioctl_req and smb2_ea_info_req.
>
> There are no binary differences after this conversion.
>
> Link: https://github.com/KSPP/linux/issues/79
> Signed-off-by: Thorsten Blum <thorsten.b...@toblux.com>
> ---
> Changes in v2:
> - Use <= instead of < and +1 as suggested by Namjae Jeon and Tom Talpey
> - Link to v1:
> https://lore.kernel.org/linux-kernel/20240818162136.268325-2-thorsten.b...@toblux.com/
Applied it to #ksmbd-for-next-next.
Thanks!