[GIT PULL] smb3 client fixes

From: Steve French
Date: Fri Dec 20 2024 - 22:27:53 EST


Please pull the following changes since commit
78d4f34e2115b517bcbfe7ec0d018bbbb6f9b0b8:

Linux 6.13-rc3 (2024-12-15 15:58:23 -0800)

are available in the Git repository at:

git://git.samba.org/sfrench/cifs-2.6.git tags/6.13-rc3-SMB3-client-fixes

for you to fetch changes up to 92941c7f2c9529fac1b2670482d0ced3b46eac70:

smb: fix bytes written value in /proc/fs/cifs/Stats (2024-12-19
12:14:11 -0600)

----------------------------------------------------------------
Four smb3 client fixes
- fix regression in display of write stats
- fix rmmod failure with network namespaces
- two minor cleanup
----------------------------------------------------------------
Bharath SM (2):
smb: use macros instead of constants for leasekey size and
default cifsattrs value
smb: fix bytes written value in /proc/fs/cifs/Stats

Dragan Simic (1):
smb: client: Deduplicate "select NETFS_SUPPORT" in Kconfig

Enzo Matsumiya (1):
smb: client: fix TCP timers deadlock after rmmod

fs/smb/client/Kconfig | 1 -
fs/smb/client/cifsfs.c | 2 +-
fs/smb/client/connect.c | 36 ++++++++++++++++++++++++++----------
fs/smb/client/smb2pdu.c | 5 ++++-
4 files changed, 31 insertions(+), 13 deletions(-)

--
Thanks,

Steve