Please pull the following changes since commit fac04efc5c793dccbd07e2d59af9f90b7fc0dca4: Linux 6.13-rc2 (2024-12-08 14:03:39 -0800) are available in the Git repository at: git://git.samba.org/sfrench/cifs-2.6.git tags/6.13-rc2-smb3-client-fixes for you to fetch changes up to 633609c48a358134d3f8ef8241dff24841577f58: smb: client: destroy cfid_put_wq on module exit (2024-12-10 20:47:39 -0600) ---------------------------------------------------------------- four SMB3 client fixes, most also for stable - fix rmmod leak - 2 minor cleanups - fix for unlink/rename with pending i/o ---------------------------------------------------------------- David Howells (1): cifs: Fix rmdir failure due to ongoing I/O on deleted file Enzo Matsumiya (1): smb: client: destroy cfid_put_wq on module exit Steve French (1): smb3: fix compiler warning in reparse code Thorsten Blum (1): cifs: Use str_yes_no() helper in cifs_ses_add_channel() fs/smb/client/cifsfs.c | 1 + fs/smb/client/inode.c | 5 ++++- fs/smb/client/reparse.c | 2 +- fs/smb/client/sess.c | 4 ++-- 4 files changed, 8 insertions(+), 4 deletions(-) -- Thanks, Steve