[GIT PULL] smb3 client fixes

From: Steve French
Date: Sat Nov 19 2022 - 00:03:05 EST


Please pull the following changes since commit
f0c4d9fc9cc9462659728d168387191387e903cc:

Linux 6.1-rc4 (2022-11-06 15:07:11 -0800)

are available in the Git repository at:

git://git.samba.org/sfrench/cifs-2.6.git tags/6.1-rc5-smb3-fixes

for you to fetch changes up to a51e5d293dd1c2e7bf6f7be788466cd9b5d280fb:

cifs: add check for returning value of SMB2_set_info_init
(2022-11-16 12:24:26 -0600)

----------------------------------------------------------------
4 small cifs/smb3 client fixes:
- two missing and one incorrect return value checks
- fix leak on tlink mount failure

----------------------------------------------------------------
Anastasia Belova (2):
cifs: add check for returning value of SMB2_close_init
cifs: add check for returning value of SMB2_set_info_init

Zhang Xiaoxu (2):
cifs: Fix connections leak when tlink setup failed
cifs: Fix wrong return value checking when GETFLAGS

fs/cifs/connect.c | 14 +++++++++++---
fs/cifs/ioctl.c | 4 ++--
fs/cifs/smb2ops.c | 4 ++++
3 files changed, 17 insertions(+), 5 deletions(-)

--
Thanks,

Steve