[GIT PULL] smb3 client fixes
From: Steve French
Date: Fri Aug 23 2024 - 11:47:18 EST
Please pull the following changes since commit
47ac09b91befbb6a235ab620c32af719f8208399:
Linux 6.11-rc4 (2024-08-18 13:17:27 -0700)
are available in the Git repository at:
git://git.samba.org/sfrench/cifs-2.6.git tags/v6.11-rc4-client-fixes
for you to fetch changes up to 5e51224d2afbda57f33f47485871ee5532145e18:
smb/client: fix typo: GlobalMid_Sem -> GlobalMid_Lock (2024-08-22
15:44:19 -0500)
----------------------------------------------------------------
Four cifs.ko client fixes
- fix refcount leak (can cause rmmod fail)
- fix byte range locking problem with cached reads
- fix for mount failure if reparse point unrecognized
- minor typo
----------------------------------------------------------------
ChenXiaoSong (1):
smb/client: fix typo: GlobalMid_Sem -> GlobalMid_Lock
Paulo Alcantara (1):
smb: client: ignore unhandled reparse tags
Steve French (2):
smb3: fix broken cached reads when posix locks
smb3: fix problem unloading module due to leaked refcount on shutdown
fs/smb/client/cifsfs.c | 6 +++---
fs/smb/client/cifsglob.h | 6 +++---
fs/smb/client/connect.c | 3 +++
fs/smb/client/file.c | 4 +---
fs/smb/client/ioctl.c | 2 ++
fs/smb/client/link.c | 1 +
fs/smb/client/reparse.c | 11 +++++++----
7 files changed, 20 insertions(+), 13 deletions(-)
--
Thanks,
Steve