Re: [PATCH v2] ksmbd: Replace one-element arrays with flexible-array members

2024-09-19 Thread Namjae Jeon
On Thu, Sep 19, 2024 at 6:12 PM Thorsten Blum wrote: > > Hi Namjae, > > On 22. Aug 2024, at 14:01, Namjae Jeon wrote: > > On Wed, Aug 21, 2024 at 4:15 AM Thorsten Blum > > wrote: > >> > >> Replace the deprecated one-element arrays with flexible-array members > >> in the structs copychunk_ioctl_

Re: [PATCH v2] ksmbd: Replace one-element arrays with flexible-array members

2024-09-19 Thread Thorsten Blum
Hi Namjae, On 22. Aug 2024, at 14:01, Namjae Jeon wrote: > On Wed, Aug 21, 2024 at 4:15 AM Thorsten Blum > 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

Re: [PATCH v2] ksmbd: Replace one-element arrays with flexible-array members

2024-08-22 Thread Namjae Jeon
On Wed, Aug 21, 2024 at 4:15 AM Thorsten Blum 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 > S

[PATCH v2] ksmbd: Replace one-element arrays with flexible-array members

2024-08-20 Thread Thorsten Blum
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 --- Changes in v2: - Use <= instead of

Re: [PATCH v2] ksmbd: Replace one-element arrays with flexible-array members

2024-08-16 Thread Namjae Jeon
> > Replace the deprecated one-element arrays with flexible-array members > in the structs filesystem_attribute_info and filesystem_device_info. > > There are no binary differences after this conversion. > > Link: https://github.com/KSPP/linux/issues/79 > Signed-off-by: Thorsten Blum Applied it to

Re: [PATCH v2] ksmbd: Replace one-element arrays with flexible-array members

2024-08-16 Thread Gustavo A. R. Silva
On 16/08/24 11:33, Thorsten Blum wrote: Replace the deprecated one-element arrays with flexible-array members in the structs filesystem_attribute_info and filesystem_device_info. There are no binary differences after this conversion. Link: https://github.com/KSPP/linux/issues/79 Signed-off-b

[PATCH v2] ksmbd: Replace one-element arrays with flexible-array members

2024-08-16 Thread Thorsten Blum
Replace the deprecated one-element arrays with flexible-array members in the structs filesystem_attribute_info and filesystem_device_info. There are no binary differences after this conversion. Link: https://github.com/KSPP/linux/issues/79 Signed-off-by: Thorsten Blum --- Changes in v2: - Take s