Commit 0d5106a8 authored by Enzo Matsumiya's avatar Enzo Matsumiya Committed by Steve French

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: default avatarEnzo Matsumiya <ematsumiya@suse.de>
Signed-off-by: default avatarSteve French <stfrench@microsoft.com>
parent 8378a51e
...@@ -1845,7 +1845,6 @@ void cifs_put_smb_ses(struct cifs_ses *ses) ...@@ -1845,7 +1845,6 @@ void cifs_put_smb_ses(struct cifs_ses *ses)
unsigned int rc, xid; unsigned int rc, xid;
unsigned int chan_count; unsigned int chan_count;
struct TCP_Server_Info *server = ses->server; 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); spin_lock(&cifs_tcp_ses_lock);
if (ses->ses_status == SES_EXITING) { if (ses->ses_status == SES_EXITING) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment