]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
smb/client: move ERRnetlogonNotStarted to DOS error class
authorHuiwen He <hehuiwen@kylinos.cn>
Thu, 2 Apr 2026 14:18:34 +0000 (14:18 +0000)
committerSteve French <stfrench@microsoft.com>
Mon, 6 Apr 2026 00:58:40 +0000 (19:58 -0500)
commit669c3eedaefa9cce6d87ccdb3864cf9bb606f325
tree0d6e3b9ea903f896af0593fc594db043d12ed155
parente3ac6352a84d9ddc39a5772796032a852033ed92
smb/client: move ERRnetlogonNotStarted to DOS error class

In smb1maperror.c, ERRnetlogonNotStarted is included in the
mapping_table_ERRDOS array. However, in the smberr.h header file,
this macro was incorrectly placed under the ERRSRV (server)
error class section.

Move the macro definition to the ERRDOS section in smberr.h to maintain
consistency between the error classification in the header file and its
actual usage in the mapping tables.

Signed-off-by: Huiwen He <hehuiwen@kylinos.cn>
Reviewed-by: ChenXiaoSong <chenxiaosong@kylinos.cn>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/smberr.h