]> git.ipfire.org Git - thirdparty/samba.git/commit
smbd: move calling fsctl_get_reparse_tag() into smb3_file_posix_information_init()
authorRalph Boehme <slow@samba.org>
Wed, 27 Nov 2024 14:27:14 +0000 (15:27 +0100)
committerRalph Boehme <slow@samba.org>
Wed, 27 Nov 2024 18:22:29 +0000 (18:22 +0000)
commitb51a827e4745f3c330fa24fd876ee190b0519e67
treec7db95730667f20e3ef5f6e3a77a76796697f1a1
parenta10755881e7ab3292a688ca9ccf205bf0dca6070
smbd: move calling fsctl_get_reparse_tag() into smb3_file_posix_information_init()

This already fixes SMB2-GETINFO with POSIX infolevel to return the reparse tag
of reparse points.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
selftest/knownfail.d/samba.tests.reparsepoints
source3/smbd/proto.h
source3/smbd/smb2_posix.c
source3/smbd/smb2_trans2.c