Skip to content

Commit

Permalink
cifs: remove repeated debug message on cifs_put_smb_ses()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Enzo Matsumiya authored and Steve French committed May 31, 2022
1 parent 8378a51 commit 0d5106a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/cifs/connect.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 0d5106a

Please sign in to comment.