]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
smb/client: rename to NT_ERROR_INVALID_DATATYPE
authorChenXiaoSong <chenxiaosong@kylinos.cn>
Thu, 22 Jan 2026 05:24:01 +0000 (13:24 +0800)
committerSteve 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

index cab16d53e11ccbaae9cf1fab1a9d3e60771c9699..03d120e2ce092c2053d125cfd945f877e2f89b39 100644 (file)
@@ -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