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 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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user