mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-04-29 12:28:27 +02:00
smb/client: fix NT_STATUS_DEVICE_DOOR_OPEN value
[ Upstream commit b2b50fca34 ]
This was reported by the KUnit tests in the later patches.
See MS-ERREF 2.3.1 STATUS_DEVICE_DOOR_OPEN. 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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
b1dd686016
commit
596d1b9686
@@ -44,7 +44,7 @@ extern const struct nt_err_code_struct nt_errs[];
|
||||
#define NT_STATUS_NO_DATA_DETECTED 0x8000001c
|
||||
#define NT_STATUS_STOPPED_ON_SYMLINK 0x8000002d
|
||||
#define NT_STATUS_DEVICE_REQUIRES_CLEANING 0x80000288
|
||||
#define NT_STATUS_DEVICE_DOOR_OPEN 0x80000288
|
||||
#define NT_STATUS_DEVICE_DOOR_OPEN 0x80000289
|
||||
#define NT_STATUS_UNSUCCESSFUL 0xC0000000 | 0x0001
|
||||
#define NT_STATUS_NOT_IMPLEMENTED 0xC0000000 | 0x0002
|
||||
#define NT_STATUS_INVALID_INFO_CLASS 0xC0000000 | 0x0003
|
||||
|
||||
Reference in New Issue
Block a user