Message ID | 20220531172718.12982-1-ematsumiya@suse.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | cifs: remove repeated debug message on cifs_put_smb_ses() | expand |
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) {
Signed-off-by: Enzo Matsumiya <ematsumiya@suse.de> --- fs/cifs/connect.c | 1 - 1 file changed, 1 deletion(-)