projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be9fc90
)
smb/client: remove useless comment in mapping_table_ERRSRV
author
Huiwen He
<hehuiwen@kylinos.cn>
Wed, 21 Jan 2026 11:49:12 +0000
(19:49 +0800)
committer
Steve French
<stfrench@microsoft.com>
Mon, 9 Feb 2026 03:24:42 +0000
(21:24 -0600)
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>
fs/smb/client/smb1maperror.c
patch
|
blob
|
history
diff --git
a/fs/smb/client/smb1maperror.c
b/fs/smb/client/smb1maperror.c
index
0924ebe
..
e8aa7d4
100644
(file)
--- a/
fs/smb/client/smb1maperror.c
+++ b/
fs/smb/client/smb1maperror.c
@@
-94,10
+94,6
@@
static const struct smb_to_posix_error mapping_table_ERRSRV[] = {
{ERRusestd, -EIO},
{ERR_NOTIFY_ENUM_DIR, -ENOBUFS},
{ERRnoSuchUser, -EACCES},
-/* {ERRaccountexpired, -EACCES},
- {ERRbadclient, -EACCES},
- {ERRbadLogonTime, -EACCES},
- {ERRpasswordExpired, -EACCES},*/
{ERRaccountexpired, -EKEYEXPIRED},
{ERRbadclient, -EACCES},
{ERRbadLogonTime, -EACCES},