Re: [PATCH v5 12/14] smb: move FILE_SYSTEM_ATTRIBUTE_INFO to common/fscc.h

From: ChenXiaoSong

Date: Wed Nov 12 2025 - 20:56:38 EST


In the client-side code, SMB2_QFS_attr() needs to get the maximum and minimum lengths of the FileFsAttributeInformation. Using a flexible array would require more extensive changes.

Thanks,
ChenXiaoSong.

On 11/13/25 9:23 AM, Namjae Jeon wrote:
Is there any reason why we can not use flex-array ?
Thanks.