提交 56c24305 编写于 作者: J Jeff Layton 提交者: Steve French

cifs: cFYI the entire error code in map_smb_to_linux_error

We currently only print the DOS error part.
Signed-off-by: NJeff Layton <jlayton@redhat.com>
Signed-off-by: NSteve French <sfrench@us.ibm.com>
上级 891cc228
......@@ -899,8 +899,8 @@ map_smb_to_linux_error(struct smb_hdr *smb, int logErr)
}
/* else ERRHRD class errors or junk - return EIO */
cFYI(1, "Mapping smb error code %d to POSIX err %d",
smberrcode, rc);
cFYI(1, "Mapping smb error code 0x%x to POSIX err %d",
le32_to_cpu(smb->Status.CifsError), rc);
/* generic corrective action e.g. reconnect SMB session on
* ERRbaduid could be added */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册