aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs
diff options
context:
space:
mode:
authorEnzo Matsumiya <ematsumiya@suse.de>2022-05-31 14:27:18 -0300
committerSteve French <stfrench@microsoft.com>2022-05-31 15:09:51 -0500
commit0d5106a80e08cbbb273f35dc373f4f19e5ec8b03 (patch)
treea7db67ef1ca87d294a9e32da30a8e8d2fbe8e4c1 /fs/cifs
parentcifs: fix potential double free during failed mount (diff)
downloadlinux-dev-0d5106a80e08cbbb273f35dc373f4f19e5ec8b03.tar.xz
linux-dev-0d5106a80e08cbbb273f35dc373f4f19e5ec8b03.zip
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 <ematsumiya@suse.de> Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/cifs')
-rw-r--r--fs/cifs/connect.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/cifs/connect.c b/fs/cifs/connect.c
index 53373a3649e1..f54409f6370a 100644
--- a/fs/cifs/connect.c
+++ b/fs/cifs/connect.c
@@ -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) {