[GIT PULL] smb3 client fixes
From: Steve French
Date: Sat Jun 01 2024 - 17:14:23 EST
Please pull the following changes since commit
1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:
Linux 6.10-rc1 (2024-05-26 15:20:12 -0700)
are available in the Git repository at:
git://git.samba.org/sfrench/cifs-2.6.git tags/6.10-rc1-smb3-client-fixes
for you to fetch changes up to 518549c120e671c4906f77d1802b97e9b23f673a:
cifs: fix creating sockets when using sfu mount options (2024-05-31
10:55:15 -0500)
----------------------------------------------------------------
2 small smb3 fixes
- Fix make socket with sfu mount option (spotted by test generic/423)
- Minor cleanup: fix missing description in two files
----------------------------------------------------------------
Jeff Johnson (1):
fs: smb: common: add missing MODULE_DESCRIPTION() macros
Steve French (1):
cifs: fix creating sockets when using sfu mount options
fs/smb/client/cifspdu.h | 2 +-
fs/smb/client/inode.c | 4 ++++
fs/smb/client/smb2ops.c | 3 +++
fs/smb/common/cifs_arc4.c | 1 +
fs/smb/common/cifs_md4.c | 1 +
5 files changed, 10 insertions(+), 1 deletion(-)
--
Thanks,
Steve