]> git.ipfire.org Git - thirdparty/samba.git/commit
smbd: Pass fsp instead of filename for parent to mkdir_internals()
authorVolker Lendecke <vl@samba.org>
Wed, 17 Sep 2025 13:55:57 +0000 (06:55 -0700)
committerRalph Boehme <slow@samba.org>
Tue, 21 Oct 2025 17:33:29 +0000 (17:33 +0000)
commitc7668719adf7c01a5712c9efdfa14c4a6077c5ef
treef6cc25e7bebca400ddffbb5cf29c9341a2319dbe
parent17a23cd6b275ea3a61f4ff40b40fcebf8555bc34
smbd: Pass fsp instead of filename for parent to mkdir_internals()

parent_dir_fname->fsp was referenced almost everywhere

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/smbd/open.c