smbd: remove dirfsp arg from mkdir_internal()
authorRalph Boehme <slow@samba.org>
Tue, 23 Jun 2020 12:10:21 +0000 (14:10 +0200)
committerJeremy Allison <jra@samba.org>
Fri, 2 Oct 2020 19:39:43 +0000 (19:39 +0000)
commit7ccaff48575b1a94a778f43409505f149b6bdcb8
tree51abf8890e9e6aa8f7bbcb44dedcf917c95653fa
parentd196cf4604208b158a6872ece20be6014a0198f9
smbd: remove dirfsp arg from mkdir_internal()

Prepares for removing the dirfsp arg from SMB_VFS_CREATE_FILE() again. In the
future mkdir_internal() will open the dirfsp itself as needed.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/open.c