[GIT PULL] smb3 client fixes

From: Steve French
Date: Fri Mar 29 2024 - 13:06:37 EST


Please pull the following changes since commit
4cece764965020c22cff7665b18a012006359095:

Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)

are available in the Git repository at:

git://git.samba.org/sfrench/cifs-2.6.git tags/6.9-rc1-smb3-client-fixes

for you to fetch changes up to 8876a37277cb832e1861c35f8c661825179f73f5:

cifs: Fix duplicate fscache cookie warnings (2024-03-27 12:04:06 -0500)

----------------------------------------------------------------
Two cifs.ko changesets
- Add missing trace point (noticed when debugging the recent mknod LSM
regression)
- fscache fix

The important password change (key rotation) fix is still being worked
so is not included.
----------------------------------------------------------------
David Howells (1):
cifs: Fix duplicate fscache cookie warnings

Steve French (1):
smb3: add trace event for mknod

fs/smb/client/dir.c | 7 +++++++
fs/smb/client/fscache.c | 16 +++++++++++++++-
fs/smb/client/inode.c | 2 ++
fs/smb/client/trace.h | 4 +++-
4 files changed, 27 insertions(+), 2 deletions(-)

--
Thanks,

Steve