summaryrefslogtreecommitdiff
path: root/fs/smb/common
diff options
context:
space:
mode:
authorChenXiaoSong <chenxiaosong@kylinos.cn>2024-08-22 08:21:01 +0000
committerSteve French <stfrench@microsoft.com>2024-09-15 10:42:44 -0500
commite2fcd3fa0351ea2133d1238fcc6a9f140c52d36f (patch)
treee3dee3b79c0e572fb79d4d57e025a1560ce4e7b3 /fs/smb/common
parent78181a5504a401e421e65d0257a33f904e0e7c29 (diff)
downloadlwn-e2fcd3fa0351ea2133d1238fcc6a9f140c52d36f.tar.gz
lwn-e2fcd3fa0351ea2133d1238fcc6a9f140c52d36f.zip
smb: add comment to STATUS_MCA_OCCURED
Explained why the typo was not corrected. Signed-off-by: ChenXiaoSong <chenxiaosong@kylinos.cn> Reviewed-by: Namjae Jeon <linkinjeon@kernel.org> Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/smb/common')
-rw-r--r--fs/smb/common/smb2status.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/smb/common/smb2status.h b/fs/smb/common/smb2status.h
index 841d4c688411..14b4a5f04564 100644
--- a/fs/smb/common/smb2status.h
+++ b/fs/smb/common/smb2status.h
@@ -901,6 +901,10 @@ struct ntstatus {
#define STATUS_DEVICE_ENUMERATION_ERROR cpu_to_le32(0xC0000366)
#define STATUS_MOUNT_POINT_NOT_RESOLVED cpu_to_le32(0xC0000368)
#define STATUS_INVALID_DEVICE_OBJECT_PARAMETER cpu_to_le32(0xC0000369)
+/*
+ * 'OCCURED' is typo in MS-ERREF, it should be 'OCCURRED',
+ * but we'll keep it consistent with MS-ERREF.
+ */
#define STATUS_MCA_OCCURED cpu_to_le32(0xC000036A)
#define STATUS_DRIVER_BLOCKED_CRITICAL cpu_to_le32(0xC000036B)
#define STATUS_DRIVER_BLOCKED cpu_to_le32(0xC000036C)