smb: client: implement ->query_reparse_point() for SMB1
authorPaulo Alcantara <pc@manguebit.com>
Tue, 21 Nov 2023 23:12:52 +0000 (20:12 -0300)
committerSteve French <stfrench@microsoft.com>
Thu, 23 Nov 2023 17:44:31 +0000 (11:44 -0600)
commited3e0a149b58ea8cfd10cc4f7cefb39877ff07ac
tree1e721dddddc5b11663aa19de52cd2bfee823fcbe
parenta15ccef82d3de9a37dc25898c60a394209368dc8
smb: client: implement ->query_reparse_point() for SMB1

Reparse points are not limited to symlinks, so implement
->query_reparse_point() in order to handle different file types.

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