]> git.ipfire.org Git - thirdparty/samba.git/commit
lib: Avoid a VFS_STAT call in "net vfs stream2adouble"
authorVolker Lendecke <vl@samba.org>
Wed, 19 Mar 2025 16:45:59 +0000 (17:45 +0100)
committerVolker Lendecke <vl@samba.org>
Thu, 27 Mar 2025 13:13:31 +0000 (13:13 +0000)
commit2e0e47d45cea89bcc05247f2f4dbe609aef9b0ff
tree58456a0aea28ba4268e26e42dda439fc92f637f3
parenta605a84cee7ae12cbc4d9fe9d857e4b55c129ac4
lib: Avoid a VFS_STAT call in "net vfs stream2adouble"

Call filename_convert_dirfsp() in ad_unconvert, which takes care of
proper symlink redirects. This will be used more in further patches.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Anoop C S <anoopcs@samba.org>
source3/lib/adouble.c
source3/utils/net_vfs.c