diff options
author | Enzo Matsumiya <ematsumiya@suse.de> | 2022-05-18 17:41:04 +0300 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2022-05-21 01:46:22 +0300 |
commit | 71081e7ac16c93acdd18afa65daa468620bb1b64 (patch) | |
tree | 535da9a47003c6119eb76f49e489d41ca61b9c67 /fs/cifs/smb2misc.c | |
parent | 337b8b0e4343567221ef8d88aac5e418208d4ac1 (diff) | |
download | linux-71081e7ac16c93acdd18afa65daa468620bb1b64.tar.xz |
cifs: print TIDs as hex
Makes these debug messages easier to read
Signed-off-by: Enzo Matsumiya <ematsumiya@suse.de>
Reviewed-by: Paulo Alcantara (SUSE) <pc@cjr.nz>
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 3fe47a88f47d..15b5d2565e79 100644 --- a/fs/cifs/smb2misc.c +++ b/fs/cifs/smb2misc.c @@ -798,7 +798,7 @@ smb2_handle_cancelled_close(struct cifs_tcon *tcon, __u64 persistent_fid, if (tcon->ses) server = tcon->ses->server; - cifs_server_dbg(FYI, "tid=%u: tcon is closing, skipping async close retry of fid %llu %llu\n", + cifs_server_dbg(FYI, "tid=0x%x: tcon is closing, skipping async close retry of fid %llu %llu\n", tcon->tid, persistent_fid, volatile_fid); return 0; |