]> git.ipfire.org Git - thirdparty/samba.git/commit
smbd: Align open_file() argument order with reopen_from_fsp()
authorVolker Lendecke <vl@samba.org>
Thu, 7 Apr 2022 09:26:59 +0000 (11:26 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 7 Apr 2022 16:33:28 +0000 (16:33 +0000)
commit0d05bc2e42d7d5600a49ef1c121ab88ae2e56121
tree9cce8312ed8def41a42f1e00a5c4bfbc42135bf5
parentef341e0f2df6bc5ae210fb597bfa4aa9c5ca2505
smbd: Align open_file() argument order with reopen_from_fsp()

dirfsp first, then dirfsp-relative atname, then fsp. smb_fname_atname
will be used soon.

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