summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorChenXiaoSong <chenxiaosong@kylinos.cn>2026-01-22 13:24:01 +0800
committerSteve French <stfrench@microsoft.com>2026-02-12 14:22:29 -0600
commit617a5d2473dc043dcd7f2b84b28ce7a9f8a06587 (patch)
tree4fea89fd45a1bf81dccd0842c0baf470929c9b6c /fs
parentfa34d0a5703367b1979afdf6c08ddd2cb8a4b896 (diff)
smb/client: rename to NT_ERROR_INVALID_DATATYPE
See MS-ERREF 2.2 ERROR_INVALID_DATATYPE. Signed-off-by: ChenXiaoSong <chenxiaosong@kylinos.cn> Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs')
-rw-r--r--fs/smb/client/nterr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/smb/client/nterr.h b/fs/smb/client/nterr.h
index cab16d53e11c..03d120e2ce09 100644
--- 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