mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-29 07:04:10 +08:00
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>
This commit is contained in:
parent
8378a51e3f
commit
0d5106a80e
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user