smb: client: handle STATUS_IO_REPARSE_TAG_NOT_HANDLED
authorPaulo Alcantara <pc@manguebit.com>
Wed, 20 Sep 2023 20:42:11 +0000 (17:42 -0300)
committerSteve French <stfrench@microsoft.com>
Wed, 20 Sep 2023 21:12:09 +0000 (16:12 -0500)
commit7fb77d9c87b8283f26aeeca473468e361b2fcf21
tree13ce7087ee7b28de41815255208e6b1152c09bfa
parent6e2e27e47c022b86bd248e301986d461ca449bcf
smb: client: handle STATUS_IO_REPARSE_TAG_NOT_HANDLED

Fix missing set of cifs_open_info_data::reparse_point when SMB2_CREATE
request fails with STATUS_IO_REPARSE_TAG_NOT_HANDLED.

Fixes: 5f71ebc41294 ("smb: client: parse reparse point flag in create response")
Signed-off-by: Paulo Alcantara (SUSE) <pc@manguebit.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/smb2inode.c