Skip to content

Commit a1237c2

Browse files
ChenXiaoSongsmfrench
authored andcommitted
smb/client: fix NT_STATUS_NO_DATA_DETECTED value
This was reported by the KUnit tests in the later patches. See MS-ERREF 2.3.1 STATUS_NO_DATA_DETECTED. Keep it consistent with the value in the documentation. Signed-off-by: ChenXiaoSong <chenxiaosong@kylinos.cn> Acked-by: Paulo Alcantara (Red Hat) <pc@manguebit.org> Signed-off-by: Steve French <stfrench@microsoft.com>
1 parent 3d99347 commit a1237c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fs/smb/client/nterr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ extern const struct nt_err_code_struct nt_errs[];
4141
#define NT_STATUS_MEDIA_CHANGED 0x8000001c
4242
#define NT_STATUS_END_OF_MEDIA 0x8000001e
4343
#define NT_STATUS_MEDIA_CHECK 0x80000020
44-
#define NT_STATUS_NO_DATA_DETECTED 0x8000001c
44+
#define NT_STATUS_NO_DATA_DETECTED 0x80000022
4545
#define NT_STATUS_STOPPED_ON_SYMLINK 0x8000002d
4646
#define NT_STATUS_DEVICE_REQUIRES_CLEANING 0x80000288
4747
#define NT_STATUS_DEVICE_DOOR_OPEN 0x80000288

0 commit comments

Comments
 (0)