[GIT PULL] smb3 client fixes
From: Steve French
Date: Thu Apr 30 2026 - 14:47:41 EST
Please pull the following changes since commit
254f49634ee16a731174d2ae34bc50bd5f45e731:
Linux 7.1-rc1 (2026-04-26 14:19:00 -0700)
are available in the Git repository at:
git://git.samba.org/sfrench/cifs-2.6.git tags/v7.1-rc2-smb3-client-fixes
for you to fetch changes up to c208a2b95811d6e1ebae65d0d2fc13f73707f8e7:
cifs: change_conf needs to be called for session setup (2026-04-29
17:26:37 -0500)
----------------------------------------------------------------
three smb3 client fixes
- multichannel crediting fix
- memory allocation improvement for smb2_compound_op
- remove some dead code
----------------------------------------------------------------
David Disseldorp (1):
smb/client: remove unused smb3_parse_opt()
Fredric Cover (1):
smb: client: change allocation requirements in smb2_compound_op
Shyam Prasad N (1):
cifs: change_conf needs to be called for session setup
fs/smb/client/cifsproto.h | 1 -
fs/smb/client/fs_context.c | 31 -------------------------------
fs/smb/client/smb2inode.c | 2 +-
fs/smb/client/smb2ops.c | 11 +++++++++++
4 files changed, 12 insertions(+), 33 deletions(-)
--
Thanks,
Steve