Re: [PATCH v4 13/24] smb: move FILE_BOTH_DIRECTORY_INFO to common/smb1pdu.h

From: Namjae Jeon

Date: Mon Oct 27 2025 - 23:39:17 EST


On Mon, Oct 27, 2025 at 4:15 PM <chenxiaosong.chenxiaosong@xxxxxxxxx> wrote:
>
> From: ChenXiaoSong <chenxiaosong@xxxxxxxxxx>
>
> Rename "struct file_both_directory_info" to "FILE_BOTH_DIRECTORY_INFO",
> then move duplicate definitions to common header file.
>
> Signed-off-by: ChenXiaoSong <chenxiaosong@xxxxxxxxxx>
file information classes are defined in ms-fscc specification.
So we can move them to fscc.h. Please check other your patches also.