[GIT PULL] smb3 client fixes

From: Steve French
Date: Sat Oct 14 2023 - 22:16:27 EST


Please pull the following changes since commit
94f6f0550c625fab1f373bb86a6669b45e9748b3:

Linux 6.6-rc5 (2023-10-08 13:49:43 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 81ba10959970d15c388bf29866b01b62f387e6a3:

smb: client: prevent new fids from being removed by laundromat
(2023-10-12 09:41:32 -0500)

----------------------------------------------------------------
Two SMB3 client fixes
- Fix caching race with open_cached_dir and laundromat cleanup of
cached dirs (addresses a problem spotted with xfstest run with
directory leases enabled)
- reduce excessive resource usage of laundromat threads

----------------------------------------------------------------
Paulo Alcantara (2):
smb: client: make laundromat a delayed worker
smb: client: prevent new fids from being removed by laundromat

fs/smb/client/cached_dir.c | 141 ++++++++++++++++++++++-----------------------
fs/smb/client/cached_dir.h | 2 +-
2 files changed, 69 insertions(+), 74 deletions(-)


--
Thanks,

Steve