smbd: Add smb3_file_posix_information_init()
authorVolker Lendecke <vl@samba.org>
Wed, 27 Sep 2023 08:44:30 +0000 (10:44 +0200)
committerJeremy Allison <jra@samba.org>
Wed, 4 Oct 2023 20:31:36 +0000 (20:31 +0000)
commit36fd98a5ef527347ed2c7b766383418920fe498e
tree51cd8dc6a52c01019056081ff3d92a054aba36a3
parent6874ed6a9defdf6f842e1e25f1ffd95708534ca6
smbd: Add smb3_file_posix_information_init()

Copy the logic from store_smb2_posix_info() to allow use of
ndr_push_smb3_file_posix_information().

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/proto.h
source3/smbd/smb2_posix.c