[GIT PULL] smb3 client fixes

From: Steve French
Date: Sat Feb 12 2022 - 15:20:47 EST


Please pull the following changes since commit
dfd42facf1e4ada021b939b4e19c935dcdd55566:

Linux 5.17-rc3 (2022-02-06 12:20:50 -0800)

are available in the Git repository at:

git://git.samba.org/sfrench/cifs-2.6.git tags/5.17-rc4-smb3-fixes

for you to fetch changes up to 2a05137a0575b7d1006bdf4c1beeee9e391e22a0:

cifs: mark sessions for reconnection in helper function (2022-02-08
22:13:52 -0600)

----------------------------------------------------------------
3 small smb3 reconnect fixes and an error log clarification

Regression test results:
http://smb3-test-rhel-75.southcentralus.cloudapp.azure.com/#/builders/2/builds/897

This pull request does not include the recent snapshot fix and 2
ACL/SID fixes that are still being tested (I can send those next
week).
----------------------------------------------------------------
Shyam Prasad N (3):
cifs: call cifs_reconnect when a connection is marked
cifs: call helper functions for marking channels for reconnect
cifs: mark sessions for reconnection in helper function

Steve French (1):
[smb3] improve error message when mount options conflict with posix

fs/cifs/cifs_swn.c | 6 +++---
fs/cifs/connect.c | 31 +++++++++++++++++++++++++------
fs/cifs/dfs_cache.c | 2 +-
fs/cifs/smb1ops.c | 4 +---
fs/cifs/transport.c | 5 +----
5 files changed, 31 insertions(+), 17 deletions(-)


--
Thanks,

Steve