mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 04:18:39 +08:00
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>
This commit is contained in:
parent
78181a5504
commit
e2fcd3fa03
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user