[GIT PULL] smb3 client fixes
From: Steve French
Date: Wed May 31 2023 - 15:39:53 EST
Please pull the following changes since commit
0d85b27b0cc6b5cf54567c5ad913a247a71583ce:
Merge tag '6.4-rc3-smb3-client-fixes' of
git://git.samba.org/sfrench/cifs-2.6 (2023-05-25 19:23:18 -0700)
are available in the Git repository at:
git://git.samba.org/sfrench/cifs-2.6.git tags/6.4-rc4-smb3-client-fixes
for you to fetch changes up to fdd7d1fff4e3b97c4706f4c0e000a38b134b7ae5:
cifs: address unused variable warning (2023-05-27 03:33:23 -0500)
----------------------------------------------------------------
four small smb3 client fixes
- two small fixes suggested by kernel test robot
- small cleanup fix
- update Paulo's email address in the maintainer file
----------------------------------------------------------------
Dan Carpenter (1):
smb: delete an unnecessary statement
Steve French (3):
smb3: update a reviewer email in MAINTAINERS file
smb3: missing null check in SMB2_change_notify
cifs: address unused variable warning
MAINTAINERS | 2 +-
fs/smb/client/ioctl.c | 6 +++++-
fs/smb/client/smb2ops.c | 1 -
fs/smb/client/smb2pdu.c | 2 +-
4 files changed, 7 insertions(+), 4 deletions(-)
--
Thanks,
Steve