summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChenXiaoSong <chenxiaosong@kylinos.cn>2026-01-22 08:24:00 +0300
committerSteve French <stfrench@microsoft.com>2026-02-12 23:22:29 +0300
commitfa34d0a5703367b1979afdf6c08ddd2cb8a4b896 (patch)
treeac674a8744324ba042820057a36c9926ec01589e
parent4da735c48a27af32b444f34fcdc18441eb3f9b24 (diff)
downloadlinux-fa34d0a5703367b1979afdf6c08ddd2cb8a4b896.tar.xz
smb/client: rename to NT_STATUS_SOME_NOT_MAPPED
See MS-ERREF 2.3.1 STATUS_SOME_NOT_MAPPED. Signed-off-by: ChenXiaoSong <chenxiaosong@kylinos.cn> Signed-off-by: Steve French <stfrench@microsoft.com>
-rw-r--r--fs/smb/client/nterr.c2
-rw-r--r--fs/smb/client/nterr.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/fs/smb/client/nterr.c b/fs/smb/client/nterr.c
index 806ad6d7c22a..279566cac435 100644
--- a/fs/smb/client/nterr.c
+++ b/fs/smb/client/nterr.c
@@ -695,7 +695,7 @@ const struct nt_err_code_struct nt_errs[] = {
{"NT_STATUS_NETWORK_SESSION_EXPIRED", NT_STATUS_NETWORK_SESSION_EXPIRED},
{"NT_STATUS_NO_MORE_ENTRIES", NT_STATUS_NO_MORE_ENTRIES},
{"NT_STATUS_MORE_ENTRIES", NT_STATUS_MORE_ENTRIES},
- {"NT_STATUS_SOME_UNMAPPED", NT_STATUS_SOME_UNMAPPED},
+ {"NT_STATUS_SOME_NOT_MAPPED", NT_STATUS_SOME_NOT_MAPPED},
{"NT_STATUS_NO_SUCH_JOB", NT_STATUS_NO_SUCH_JOB},
{"NT_STATUS_NO_PREAUTH_INTEGRITY_HASH_OVERLAP",
NT_STATUS_NO_PREAUTH_INTEGRITY_HASH_OVERLAP},
diff --git a/fs/smb/client/nterr.h b/fs/smb/client/nterr.h
index e8306704f5e3..cab16d53e11c 100644
--- a/fs/smb/client/nterr.h
+++ b/fs/smb/client/nterr.h
@@ -35,7 +35,7 @@ extern const struct nt_err_code_struct nt_errs[];
#define NT_STATUS_OK 0x0000
#define NT_STATUS_PENDING 0x0103
-#define NT_STATUS_SOME_UNMAPPED 0x0107
+#define NT_STATUS_SOME_NOT_MAPPED 0x0107
#define NT_STATUS_NOTIFY_ENUM_DIR 0x010c
#define NT_STATUS_BUFFER_OVERFLOW 0x80000005
#define NT_STATUS_NO_MORE_ENTRIES 0x8000001a