From: Enzo Matsumiya Date: Tue, 31 May 2022 17:27:18 +0000 (-0300) Subject: cifs: remove repeated debug message on cifs_put_smb_ses() X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=3c0cfbdbafe1825606796eaa779e3d6cfe3870c1;p=sfrench%2Fcifs-2.6.git 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 Signed-off-by: Steve French --- diff --git a/fs/cifs/connect.c b/fs/cifs/connect.c index 41366844148f..4f17465cc202 100644 --- a/fs/cifs/connect.c +++ b/fs/cifs/connect.c @@ -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) {