Re: [PATCH 2/6] smb/server: fix return value of smb2_notify()

From: Namjae Jeon

Date: Fri Oct 31 2025 - 19:56:53 EST


On Fri, Oct 17, 2025 at 5:47 PM <chenxiaosong.chenxiaosong@xxxxxxxxx> wrote:
>
> From: ChenXiaoSong <chenxiaosong@xxxxxxxxxx>
>
> smb2_notify() should return error code when an error occurs,
> __process_request() will print the error messages.
>
> I may implement the SMB2 CHANGE_NOTIFY response (see MS-SMB2 2.2.36)
> in the future.
Do you have any plans to implement SMB2 CHANGE_NOTIFY?
Thanks.