cifs: remove repeated debug message on cifs_put_smb_ses()
authorEnzo Matsumiya <ematsumiya@suse.de>
Tue, 31 May 2022 17:27:18 +0000 (14:27 -0300)
committerSteve French <stfrench@microsoft.com>
Sat, 16 Jul 2022 20:39:19 +0000 (15:39 -0500)
Similar message is printed a few lines later in the same function

Signed-off-by: Enzo Matsumiya <ematsumiya@suse.de>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/connect.c

index 41366844148fbd4adcb63ddd93863ea2a05ecd13..4f17465cc202010b9485dd75f9f95f27a01bd177 100644 (file)
@@ -1857,7 +1857,6 @@ void cifs_put_smb_ses(struct cifs_ses *ses)
        unsigned int rc, xid;
        unsigned int chan_count;
        struct TCP_Server_Info *server = ses->server;
-       cifs_dbg(FYI, "%s: ses_count=%d\n", __func__, ses->ses_count);
 
        spin_lock(&cifs_tcp_ses_lock);
        if (ses->ses_status == SES_EXITING) {