smbd: Use SMB_VFS_FSTATAT() instead of SMB_LSTAT()
commit5130ade6882bb528de44b1b559bfbd85aea4a27c
authorVolker Lendecke <vl@samba.org>
Thu, 31 Aug 2023 14:35:47 +0000 (31 16:35 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 10 Oct 2023 23:23:40 +0000 (10 23:23 +0000)
treeb54d51c760c114832358da16ffd7f2040490c6c9
parentd4a05fc145062dcf3efdda99645a40473596a2fb
smbd: Use SMB_VFS_FSTATAT() instead of SMB_LSTAT()

Use the dirfsp when we have it available

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/open.c