diff options
author | Enzo Matsumiya <ematsumiya@suse.de> | 2022-05-31 20:27:18 +0300 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2022-05-31 23:09:51 +0300 |
commit | 0d5106a80e08cbbb273f35dc373f4f19e5ec8b03 (patch) | |
tree | a7db67ef1ca87d294a9e32da30a8e8d2fbe8e4c1 /fs/cifs | |
parent | 8378a51e3f8140f60901fb27208cc7a6e47047b5 (diff) | |
download | linux-0d5106a80e08cbbb273f35dc373f4f19e5ec8b03.tar.xz |
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.c | 1 |
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) { |