Skip to content

Commit 0d5106a

Browse files
ematsumiyasmfrench
authored andcommitted
cifs: remove repeated debug message on cifs_put_smb_ses()
Similar message is printed a few lines later in the same function Signed-off-by: Enzo Matsumiya <[email protected]> Signed-off-by: Steve French <[email protected]>
1 parent 8378a51 commit 0d5106a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fs/cifs/connect.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1845,7 +1845,6 @@ void cifs_put_smb_ses(struct cifs_ses *ses)
18451845
unsigned int rc, xid;
18461846
unsigned int chan_count;
18471847
struct TCP_Server_Info *server = ses->server;
1848-
cifs_dbg(FYI, "%s: ses_count=%d\n", __func__, ses->ses_count);
18491848

18501849
spin_lock(&cifs_tcp_ses_lock);
18511850
if (ses->ses_status == SES_EXITING) {

0 commit comments

Comments
 (0)