Re: [PATCH v4 05/24] smb: move some duplicate definitions to common/smb1pdu.h
From: Namjae Jeon
Date: Mon Oct 27 2025 - 23:42:53 EST
On Mon, Oct 27, 2025 at 4:15 PM <chenxiaosong.chenxiaosong@xxxxxxxxx> wrote:
>
> From: ChenXiaoSong <chenxiaosong@xxxxxxxxxx>
>
> In order to maintain the code more easily, move duplicate definitions to
> new common header file.
>
> Signed-off-by: ChenXiaoSong <chenxiaosong@xxxxxxxxxx>
> Suggested-by: Namjae Jeon <linkinjeon@xxxxxxxxxx>
ksmbd does not use all smb1 pdus. Instead of moving all smb1 definitions,
move the ones ksmbd uses to smb1pdu.h.
Thanks.