[GIT PULL] cifs/smb3 fixes

From: Steve French
Date: Fri Nov 19 2021 - 17:45:24 EST


Please pull the following changes since commit
fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:

Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)

are available in the Git repository at:

git://git.samba.org/sfrench/cifs-2.6.git tags/5.16-rc1-smb3-fixes

for you to fetch changes up to 8ae87bbeb5d1bfd4ddf2f73f72be51d02d6be2eb:

cifs: introduce cifs_ses_mark_for_reconnect() helper (2021-11-16
10:57:08 -0600)

----------------------------------------------------------------
3 small cifs/smb3 fixes, 2 to address minor coverity issues and one cleanup

----------------------------------------------------------------
Paulo Alcantara (1):
cifs: introduce cifs_ses_mark_for_reconnect() helper

Steve French (2):
cifs: move debug print out of spinlock
cifs: protect srv_count with cifs_tcp_ses_lock

fs/cifs/cifs_swn.c | 16 ++--------------
fs/cifs/cifsproto.h | 1 +
fs/cifs/connect.c | 16 +++-------------
fs/cifs/dfs_cache.c | 7 +------
fs/cifs/sess.c | 15 ++++++++++++++-
5 files changed, 21 insertions(+), 34 deletions(-)


--
Thanks,

Steve