]> git.ipfire.org Git - thirdparty/samba.git/commit
smbd: simplify open_stream_pathref_fsp()
authorVolker Lendecke <vl@samba.org>
Tue, 8 Oct 2024 15:40:41 +0000 (17:40 +0200)
committerRalph Boehme <slow@samba.org>
Tue, 12 Nov 2024 18:07:33 +0000 (18:07 +0000)
commit9a80e4e27a6ee5f1020b80373f1ce12d70130963
tree4a3d95b4592d1c430b3c4e83e350da0ac6dd625f
parent0bb35e246141f6cbea4831d30d3375f3e7bce72d
smbd: simplify open_stream_pathref_fsp()

Looks more complex, but we don't have to go through all of
fd_openat()/non_widelink_open() for opening streams. SMB_VFS_OPENAT
knows how to deal with this.

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