[GIT PULL] smb3 client fixes
From: Steve French
Date: Fri Apr 21 2023 - 22:44:09 EST
Please pull the following changes since commit
6a8f57ae2eb07ab39a6f0ccad60c760743051026:
Linux 6.3-rc7 (2023-04-16 15:23:53 -0700)
are available in the Git repository at:
git://git.samba.org/sfrench/cifs-2.6.git tags/6.3-rc7-smb3-client-fixes
for you to fetch changes up to 023fc150a39ffe656da3e459ad801eb1c7fdfad9:
cifs: Reapply lost fix from commit 30b2b2196d6e (2023-04-18 21:26:09 -0500)
----------------------------------------------------------------
Three small smb3 client fixes
- two important fixes for unbuffered read regression with the iov_iter
changes (e.g. read soon after mount in some multichannel scenarios)
- DFS prefix path fix (also for stable)
----------------------------------------------------------------
David Howells (2):
cifs: Fix unbuffered read
cifs: Reapply lost fix from commit 30b2b2196d6e
Paulo Alcantara (1):
cifs: avoid dup prefix path in dfs_get_automount_devname()
fs/cifs/cifs_dfs_ref.c | 2 --
fs/cifs/dfs.h | 22 ++++++++++++++++++----
fs/cifs/file.c | 4 ----
fs/cifs/smb2pdu.c | 10 ++++++----
4 files changed, 24 insertions(+), 14 deletions(-)
--
Thanks,
Steve