s3: smbd: Duplicate smb_file_link_information() hardlink handling as smb2_file_link_i...
commit377c50abe91d05908d37ba81bdbeece37c45ca6c
authorJeremy Allison <jra@samba.org>
Mon, 27 Mar 2023 18:07:07 +0000 (27 11:07 -0700)
committerRalph Boehme <slow@samba.org>
Fri, 31 Mar 2023 05:12:32 +0000 (31 05:12 +0000)
treea20892bb028f92608751ad627ba5b90454976000
parent4c5a07ed4e04b2c52de84dee1083705714fa45a5
s3: smbd: Duplicate smb_file_link_information() hardlink handling as smb2_file_link_information().

We're going to change the SMB2 path handling for DFS and I
really don't want to try and mix these changes into the
existing smb_file_link_information() code.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/smbd/smb2_trans2.c