mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 03:44:45 +01:00
smb/client: map NT_STATUS_BUFFER_OVERFLOW
See MS-CIFS 2.2.2.4 STATUS_BUFFER_OVERFLOW. Signed-off-by: ChenXiaoSong <chenxiaosong@kylinos.cn> Signed-off-by: Steve French <stfrench@microsoft.com>
This commit is contained in:
parent
ba39063ca3
commit
e4424687fc
1 changed files with 1 additions and 0 deletions
|
|
@ -113,6 +113,7 @@ static const struct {
|
|||
} ntstatus_to_dos_map[] = {
|
||||
{
|
||||
ERRSRV, ERR_NOTIFY_ENUM_DIR, NT_STATUS_NOTIFY_ENUM_DIR}, {
|
||||
ERRDOS, ERRmoredata, NT_STATUS_BUFFER_OVERFLOW}, {
|
||||
ERRDOS, ERRgeneral, NT_STATUS_UNSUCCESSFUL}, {
|
||||
ERRDOS, ERRbadfunc, NT_STATUS_NOT_IMPLEMENTED}, {
|
||||
ERRDOS, ERRbadpipe, NT_STATUS_INVALID_INFO_CLASS}, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue