projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa34d0a
)
smb/client: rename to NT_ERROR_INVALID_DATATYPE
author
ChenXiaoSong
<chenxiaosong@kylinos.cn>
Thu, 22 Jan 2026 05:24:01 +0000
(13:24 +0800)
committer
Steve French
<stfrench@microsoft.com>
Thu, 12 Feb 2026 20:22:29 +0000
(14:22 -0600)
See MS-ERREF 2.2 ERROR_INVALID_DATATYPE.
Signed-off-by: ChenXiaoSong <chenxiaosong@kylinos.cn>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/nterr.h
patch
|
blob
|
history
diff --git
a/fs/smb/client/nterr.h
b/fs/smb/client/nterr.h
index
cab16d5
..
03d120e
100644
(file)
--- a/
fs/smb/client/nterr.h
+++ b/
fs/smb/client/nterr.h
@@
-26,7
+26,7
@@
extern const struct nt_err_code_struct nt_errs[];
#define NT_STATUS_MORE_ENTRIES 0x0105
#define NT_ERROR_INVALID_PARAMETER 0x0057
#define NT_ERROR_INSUFFICIENT_BUFFER 0x007a
-#define NT_
STATUS_1804
0x070c
+#define NT_
ERROR_INVALID_DATATYPE
0x070c
/*
* Win32 Error codes extracted using a loop in smbclient then printing a netmon