Commit d1a30b9
smb/server: fix return value of smb2_notify()
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.
Signed-off-by: ChenXiaoSong <chenxiaosong@kylinos.cn>
Acked-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>1 parent c5b462e commit d1a30b9
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8777 | 8777 | | |
8778 | 8778 | | |
8779 | 8779 | | |
8780 | | - | |
| 8780 | + | |
8781 | 8781 | | |
8782 | 8782 | | |
8783 | 8783 | | |
| |||
8791 | 8791 | | |
8792 | 8792 | | |
8793 | 8793 | | |
8794 | | - | |
| 8794 | + | |
8795 | 8795 | | |
8796 | 8796 | | |
8797 | 8797 | | |
8798 | 8798 | | |
8799 | | - | |
| 8799 | + | |
8800 | 8800 | | |
8801 | 8801 | | |
8802 | 8802 | | |
| |||
0 commit comments