smbd: Pass "dirfsp" and "smb_fname" to fd_open_atomic()
authorVolker Lendecke <vl@samba.org>
Tue, 18 Jan 2022 20:14:13 +0000 (21:14 +0100)
committerJeremy Allison <jra@samba.org>
Mon, 7 Feb 2022 19:00:34 +0000 (19:00 +0000)
commitc2ac6a9cd7b1eceb3affc1319c52d79f751a6f45
tree02f8c9600c63c233f83211318741e9c7b4d41abb
parent18501707086082255212ee5a479a29630d2dfb21
smbd: Pass "dirfsp" and "smb_fname" to fd_open_atomic()

Dereference fsp once instead of four times

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