smb: client: introduce ->parse_reparse_point()
authorPaulo Alcantara <pc@manguebit.com>
Tue, 21 Nov 2023 23:12:53 +0000 (20:12 -0300)
committerSteve French <stfrench@microsoft.com>
Thu, 23 Nov 2023 17:44:42 +0000 (11:44 -0600)
commit539aad7f14dab7f947e5ab81901c0b20513a50db
treef1e4738f8ea64c6dd8590f6aa0577f1e6734d757
parented3e0a149b58ea8cfd10cc4f7cefb39877ff07ac
smb: client: introduce ->parse_reparse_point()

Parse reparse point into cifs_open_info_data structure and feed it
through cifs_open_info_to_fattr().

Signed-off-by: Paulo Alcantara (SUSE) <pc@manguebit.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/cifsglob.h
fs/smb/client/inode.c
fs/smb/client/smb1ops.c
fs/smb/client/smb2ops.c