Skip to content

Commit 3e5f083

Browse files
ChenXiaoSongsmfrench
authored andcommitted
smb/client: map NT_STATUS_MORE_PROCESSING_REQUIRED
See MS-CIFS 2.2.2.4 STATUS_MORE_PROCESSING_REQUIRED. Signed-off-by: ChenXiaoSong <chenxiaosong@kylinos.cn> Signed-off-by: Steve French <stfrench@microsoft.com>
1 parent e442468 commit 3e5f083

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

fs/smb/client/smb1maperror.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ static const struct {
114114
{
115115
ERRSRV, ERR_NOTIFY_ENUM_DIR, NT_STATUS_NOTIFY_ENUM_DIR}, {
116116
ERRDOS, ERRmoredata, NT_STATUS_BUFFER_OVERFLOW}, {
117+
ERRDOS, ERRmoredata, NT_STATUS_MORE_PROCESSING_REQUIRED}, {
117118
ERRDOS, ERRgeneral, NT_STATUS_UNSUCCESSFUL}, {
118119
ERRDOS, ERRbadfunc, NT_STATUS_NOT_IMPLEMENTED}, {
119120
ERRDOS, ERRbadpipe, NT_STATUS_INVALID_INFO_CLASS}, {

0 commit comments

Comments
 (0)