]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
smb/client: fix NT_STATUS_NO_DATA_DETECTED value
authorChenXiaoSong <chenxiaosong@kylinos.cn>
Sun, 7 Dec 2025 01:13:06 +0000 (09:13 +0800)
committerSteve French <stfrench@microsoft.com>
Wed, 10 Dec 2025 03:19:43 +0000 (21:19 -0600)
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>
fs/smb/client/nterr.h

index 180602c22355e1165c6a81f802925104786c96ef..4fd79a82c81772f220db845e2274ac40ad21679b 100644 (file)
@@ -41,7 +41,7 @@ extern const struct nt_err_code_struct nt_errs[];
 #define NT_STATUS_MEDIA_CHANGED    0x8000001c
 #define NT_STATUS_END_OF_MEDIA     0x8000001e
 #define NT_STATUS_MEDIA_CHECK      0x80000020
-#define NT_STATUS_NO_DATA_DETECTED 0x8000001c
+#define NT_STATUS_NO_DATA_DETECTED 0x80000022
 #define NT_STATUS_STOPPED_ON_SYMLINK 0x8000002d
 #define NT_STATUS_DEVICE_REQUIRES_CLEANING 0x80000288
 #define NT_STATUS_DEVICE_DOOR_OPEN 0x80000288