Skip to content

Commit fbcdc61

Browse files
haryvensmfrench
authored andcommitted
smb/client: remove useless comment in mapping_table_ERRSRV
These array elements have already been defined. Signed-off-by: Huiwen He <hehuiwen@kylinos.cn> Signed-off-by: ChenXiaoSong <chenxiaosong@kylinos.cn> Signed-off-by: Steve French <stfrench@microsoft.com>
1 parent be9fc90 commit fbcdc61

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

fs/smb/client/smb1maperror.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,6 @@ static const struct smb_to_posix_error mapping_table_ERRSRV[] = {
9494
{ERRusestd, -EIO},
9595
{ERR_NOTIFY_ENUM_DIR, -ENOBUFS},
9696
{ERRnoSuchUser, -EACCES},
97-
/* {ERRaccountexpired, -EACCES},
98-
{ERRbadclient, -EACCES},
99-
{ERRbadLogonTime, -EACCES},
100-
{ERRpasswordExpired, -EACCES},*/
10197
{ERRaccountexpired, -EKEYEXPIRED},
10298
{ERRbadclient, -EACCES},
10399
{ERRbadLogonTime, -EACCES},

0 commit comments

Comments
 (0)