[GIT PULL] smb3 client fixes

From: Steve French
Date: Sat Apr 08 2023 - 19:35:06 EST


Please pull The following changes since commit
7e364e56293bb98cae1b55fd835f5991c4e96e7d:

Linux 6.3-rc5 (2023-04-02 14:29:29 -0700)

are available in the Git repository at:

git://git.samba.org/sfrench/cifs-2.6.git tags/6.3-rc5-smb3-cifs-client-fixes

for you to fetch changes up to 4f5d5b33fc400911d6e1f49095522b361d9cbe13:

cifs: double lock in cifs_reconnect_tcon() (2023-04-06 22:45:41 -0500)

----------------------------------------------------------------
two small cifs/smb3 client fixes, one for stable
- double lock fix for a cifs/smb1 reconnect path
- DFS prefixpath fix for reconnect when server moved
----------------------------------------------------------------
Dan Carpenter (1):
cifs: double lock in cifs_reconnect_tcon()

Thiago Rafael Becker (1):
cifs: sanitize paths in cifs_update_super_prepath.

fs/cifs/cifssmb.c | 2 +-
fs/cifs/fs_context.c | 13 +++++++------
fs/cifs/fs_context.h | 3 +++
fs/cifs/misc.c | 2 +-
4 files changed, 12 insertions(+), 8 deletions(-)



--
Thanks,

Steve