We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78181a5 commit e2fcd3fCopy full SHA for e2fcd3f
fs/smb/common/smb2status.h
@@ -901,6 +901,10 @@ struct ntstatus {
901
#define STATUS_DEVICE_ENUMERATION_ERROR cpu_to_le32(0xC0000366)
902
#define STATUS_MOUNT_POINT_NOT_RESOLVED cpu_to_le32(0xC0000368)
903
#define STATUS_INVALID_DEVICE_OBJECT_PARAMETER cpu_to_le32(0xC0000369)
904
+/*
905
+ * 'OCCURED' is typo in MS-ERREF, it should be 'OCCURRED',
906
+ * but we'll keep it consistent with MS-ERREF.
907
+ */
908
#define STATUS_MCA_OCCURED cpu_to_le32(0xC000036A)
909
#define STATUS_DRIVER_BLOCKED_CRITICAL cpu_to_le32(0xC000036B)
910
#define STATUS_DRIVER_BLOCKED cpu_to_le32(0xC000036C)
0 commit comments