mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
smb/client: map NT_STATUS_INVALID_INFO_CLASS to ERRbadpipe
See MS-CIFS 2.2.2.4 STATUS_INVALID_INFO_CLASS. Signed-off-by: Huiwen He <hehuiwen@kylinos.cn> Signed-off-by: ChenXiaoSong <chenxiaosong@kylinos.cn> Signed-off-by: Steve French <stfrench@microsoft.com>
This commit is contained in:
parent
480afcb19b
commit
b0a2291594
|
|
@ -119,7 +119,7 @@ static const struct {
|
|||
{
|
||||
ERRDOS, ERRgeneral, NT_STATUS_UNSUCCESSFUL}, {
|
||||
ERRDOS, ERRbadfunc, NT_STATUS_NOT_IMPLEMENTED}, {
|
||||
ERRDOS, ERRinvlevel, NT_STATUS_INVALID_INFO_CLASS}, {
|
||||
ERRDOS, ERRbadpipe, NT_STATUS_INVALID_INFO_CLASS}, {
|
||||
ERRDOS, 24, NT_STATUS_INFO_LENGTH_MISMATCH}, {
|
||||
ERRHRD, ERRgeneral, NT_STATUS_ACCESS_VIOLATION}, {
|
||||
ERRHRD, ERRgeneral, NT_STATUS_IN_PAGE_ERROR}, {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user