Skip to content

Commit e2fcd3f

Browse files
ChenXiaoSongsmfrench
authored andcommitted
smb: add comment to STATUS_MCA_OCCURED
Explained why the typo was not corrected. Signed-off-by: ChenXiaoSong <[email protected]> Reviewed-by: Namjae Jeon <[email protected]> Signed-off-by: Steve French <[email protected]>
1 parent 78181a5 commit e2fcd3f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

fs/smb/common/smb2status.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -901,6 +901,10 @@ struct ntstatus {
901901
#define STATUS_DEVICE_ENUMERATION_ERROR cpu_to_le32(0xC0000366)
902902
#define STATUS_MOUNT_POINT_NOT_RESOLVED cpu_to_le32(0xC0000368)
903903
#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+
*/
904908
#define STATUS_MCA_OCCURED cpu_to_le32(0xC000036A)
905909
#define STATUS_DRIVER_BLOCKED_CRITICAL cpu_to_le32(0xC000036B)
906910
#define STATUS_DRIVER_BLOCKED cpu_to_le32(0xC000036C)

0 commit comments

Comments
 (0)