]> www.infradead.org Git - users/hch/configfs.git/commit
smb: client: ignore unhandled reparse tags
authorPaulo Alcantara <pc@manguebit.com>
Wed, 21 Aug 2024 03:45:03 +0000 (00:45 -0300)
committerSteve French <stfrench@microsoft.com>
Thu, 22 Aug 2024 17:37:16 +0000 (12:37 -0500)
commitec686804117a0421cf31d54427768aaf93aa0069
tree9a30389680ed3ff274dbc786d906abbb20512f12
parent15179cf2806f91685410e598f82813a7fcf90f6c
smb: client: ignore unhandled reparse tags

Just ignore reparse points that the client can't parse rather than
bailing out and not opening the file or directory.

Reported-by: Marc <1marc1@gmail.com>
Closes: https://lore.kernel.org/r/CAMHwNVv-B+Q6wa0FEXrAuzdchzcJRsPKDDRrNaYZJd6X-+iJzw@mail.gmail.com
Fixes: 539aad7f14da ("smb: client: introduce ->parse_reparse_point()")
Tested-by: Anthony Nandaa (Microsoft) <profnandaa@gmail.com>
Signed-off-by: Paulo Alcantara (Red Hat) <pc@manguebit.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/reparse.c