mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-24 04:34:08 +08:00
CIFS: Display SMB2 error codes in the hex format
Signed-off-by: Pavel Shilovsky <pshilov@microsoft.com> Signed-off-by: Steve French <smfrench@gmail.com>
This commit is contained in:
parent
366ed846df
commit
4395d484b9
@ -2475,8 +2475,8 @@ map_smb2_to_linux_error(char *buf, bool log_err)
|
||||
|
||||
/* on error mapping not found - return EIO */
|
||||
|
||||
cifs_dbg(FYI, "Mapping SMB2 status code %d to POSIX err %d\n",
|
||||
smb2err, rc);
|
||||
cifs_dbg(FYI, "Mapping SMB2 status code 0x%08x to POSIX err %d\n",
|
||||
__le32_to_cpu(smb2err), rc);
|
||||
|
||||
return rc;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user