projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eed0e17
)
Make dialect negotiation warning message easier to read
author
Steve French
<smfrench@gmail.com>
Thu, 18 Jun 2015 10:07:52 +0000
(
05:07
-0500)
committer
Steve French
<steve.french@primarydata.com>
Sun, 28 Jun 2015 03:28:49 +0000
(20:28 -0700)
Dialect version and minor version are easier to read in hex
Signed-off-by: Steve French <steve.french@primarydata.com>
fs/cifs/smb2pdu.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/cifs/smb2pdu.c
b/fs/cifs/smb2pdu.c
index 1270806376eb80dd6daee8a4362c691a2a5b3f50..0479e3c87a2c4d45220acb7cc2f1dbe7f792ffeb 100644
(file)
--- a/
fs/cifs/smb2pdu.c
+++ b/
fs/cifs/smb2pdu.c
@@
-398,7
+398,7
@@
SMB2_negotiate(const unsigned int xid, struct cifs_ses *ses)
cifs_dbg(FYI, "negotiated smb3.1.1 dialect\n");
#endif /* SMB311 */
else {
- cifs_dbg(VFS, "Illegal dialect returned by server
%d
\n",
+ cifs_dbg(VFS, "Illegal dialect returned by server
0x%x
\n",
le16_to_cpu(rsp->DialectRevision));
rc = -EIO;
goto neg_exit;