smb/client: add two elements to smb2_error_map_table array
authorChenXiaoSong <chenxiaosong@kylinos.cn>
Fri, 5 Dec 2025 13:25:30 +0000 (21:25 +0800)
committerSteve French <stfrench@microsoft.com>
Fri, 5 Dec 2025 23:46:41 +0000 (17:46 -0600)
commitd159702c9492de46cc1b39b3d83fd0c8a6bdb829
tree4e988b87674084ae8a1779d93bdd858e294c5fb3
parent523ecd976632523006c1b442e0eba4fe3c4f7e0c
smb/client: add two elements to smb2_error_map_table array

Both status codes are mapped to -EIO.

Now all status codes from common/smb2status.h are included in the
smb2_error_map_table array(except for the first two zero definitions).

Signed-off-by: ChenXiaoSong <chenxiaosong@kylinos.cn>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/smb2maperror.c