s3: smbd: Get a parent pathref in create_file_unixpath().
commit7aa5acb895f9401ab43bac4880e266f49620ce1c
authorJeremy Allison <jra@samba.org>
Mon, 24 May 2021 23:09:24 +0000 (24 16:09 -0700)
committerRalph Boehme <slow@samba.org>
Wed, 9 Jun 2021 13:14:30 +0000 (9 13:14 +0000)
tree9ef985408c111b4313f375b2e87173e67027cc35
parentdaadab4a85bdcb9242c1821b4d62377dbc77d681
s3: smbd: Get a parent pathref in create_file_unixpath().

Not yet used.

We will be passing this down to open_directory() and
open_file_ntcreate() and using it within create_file_unixpath()
as all of these functions need a parent pathref to check parent
ACLs etc.

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