smbd: use dirfsp and atname in open_directory()
commit84020efb1fed7561259504a3bb36989c58d9996e
authorRalph Boehme <slow@samba.org>
Mon, 18 Dec 2023 11:35:58 +0000 (18 12:35 +0100)
committerJule Anger <janger@samba.org>
Mon, 29 Jan 2024 11:59:41 +0000 (29 11:59 +0000)
treef9f391c8e72eb955ff8866294b4cdaa844be8cf0
parent4477e23de60d055fde4a89ebb35691a2f35854fb
smbd: use dirfsp and atname in open_directory()

On systems without /proc/fd support this avoid the expensive chdir()
logic in non_widelink_open(). open_file_ntcreate() already passes
dirfsp and atname to reopen_from_fsp(), it was just missed in the
conversion.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15549

Reviewed-by: Volker Lendecke <vl@samba.org>
Signed-off-by: Ralph Boehme <slow@samba.org>
Autobuild-User(master): Volker Lendecke <vl@samba.org>
Autobuild-Date(master): Mon Jan 22 12:00:56 UTC 2024 on atb-devel-224

(cherry picked from commit 2713023250f15cf9971d88620cab9dd4afd0dc73)

Autobuild-User(v4-19-test): Jule Anger <janger@samba.org>
Autobuild-Date(v4-19-test): Mon Jan 29 11:59:41 UTC 2024 on atb-devel-224
source3/smbd/open.c