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>
Tue, 31 May 2022 20:09:51 +0000 (15:09 -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 53373a3..f54409f 100644 (file)
@@ -1845,7 +1845,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) {