diff options
author | Paulo Alcantara <pc@cjr.nz> | 2021-03-08 12:00:47 -0300 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2021-03-08 21:22:31 -0600 |
commit | bf1bc694b6b0cf49756cb06f8f38501b9b2c5527 (patch) | |
tree | 175f3595bec723265fa69a7cc86cdae4c40d2240 /fs/cifs/smb2misc.c | |
parent | 88fd98a2306755b965e4f4567f84e73db3b6738c (diff) | |
download | lwn-bf1bc694b6b0cf49756cb06f8f38501b9b2c5527.tar.gz lwn-bf1bc694b6b0cf49756cb06f8f38501b9b2c5527.zip |
cifs: print MIDs in decimal notation
The MIDs are mostly printed as decimal, so let's make it consistent.
Signed-off-by: Paulo Alcantara (SUSE) <pc@cjr.nz>
Reviewed-by: Aurelien Aptel <aaptel@suse.com>
Reviewed-by: Ronnie Sahlberg <lsahlber@redhat.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/cifs/smb2misc.c')
-rw-r--r-- | fs/cifs/smb2misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/smb2misc.c b/fs/cifs/smb2misc.c index 60d4bd1eae2b..6e0ea19e710b 100644 --- a/fs/cifs/smb2misc.c +++ b/fs/cifs/smb2misc.c @@ -767,7 +767,7 @@ smb2_cancelled_close_fid(struct work_struct *work) int rc; if (cancelled->mid) - cifs_tcon_dbg(VFS, "Close unmatched open for MID:%llx\n", + cifs_tcon_dbg(VFS, "Close unmatched open for MID:%llu\n", cancelled->mid); else cifs_tcon_dbg(VFS, "Close interrupted close\n"); |