mirror of
https://github.com/samba-team/samba.git
synced 2025-01-03 01:18:10 +03:00
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 2713023250
)
Autobuild-User(v4-18-test): Jule Anger <janger@samba.org>
Autobuild-Date(v4-18-test): Mon Jan 29 11:53:56 UTC 2024 on atb-devel-224
This commit is contained in:
parent
ab7d69665d
commit
974a890822
@ -4915,8 +4915,8 @@ static NTSTATUS open_directory(connection_struct *conn,
|
||||
|
||||
if (access_mask & need_fd_access) {
|
||||
status = reopen_from_fsp(
|
||||
fsp->conn->cwd_fsp,
|
||||
fsp->fsp_name,
|
||||
parent_dir_fname->fsp,
|
||||
smb_fname_atname,
|
||||
fsp,
|
||||
O_RDONLY | O_DIRECTORY,
|
||||
0,
|
||||
|
Loading…
Reference in New Issue
Block a user