[GIT PULL] SMB3 Fixes

From: Steve French
Date: Thu Apr 08 2021 - 21:48:31 EST


Please pull the following changes since commit
e49d033bddf5b565044e2abe4241353959bc9120:

Linux 5.12-rc6 (2021-04-04 14:15:36 -0700)

are available in the Git repository at:

git://git.samba.org/sfrench/cifs-2.6.git tags/5.12-rc6-smb3

for you to fetch changes up to 0fc9322ab5e1fe6910c9673e1a7ff29f7dd72611:

cifs: escape spaces in share names (2021-04-07 21:30:27 -0500)

----------------------------------------------------------------
3 cifs/smb3 fixes, 2 for stable, includes a reconnect fix (for case
when server address changed) and fix for proper display of devnames
(when have space or tab).

Test results: http://smb3-test-rhel-75.southcentralus.cloudapp.azure.com/#/builders/2/builds/550
----------------------------------------------------------------
Maciek Borzecki (1):
cifs: escape spaces in share names

Shyam Prasad N (1):
cifs: On cifs_reconnect, resolve the hostname again.

Wan Jiabing (1):
fs: cifs: Remove unnecessary struct declaration

fs/cifs/Kconfig | 3 +--
fs/cifs/Makefile | 5 +++--
fs/cifs/cifsfs.c | 3 ++-
fs/cifs/cifsglob.h | 2 --
fs/cifs/connect.c | 17 ++++++++++++++++-
5 files changed, 22 insertions(+), 8 deletions(-)

--
Thanks,

Steve