smbd: remove dirfsp arg from create_file_unixpath()
authorRalph Boehme <slow@samba.org>
Fri, 2 Oct 2020 14:41:27 +0000 (16:41 +0200)
committerJeremy Allison <jra@samba.org>
Fri, 2 Oct 2020 19:39:44 +0000 (19:39 +0000)
commit9d84a2356b1000b222f303e8cfd20badc998c8fb
tree7bc3f54dac54b371e6d3401549e8dc825fd8063d
parenta7544661816a3d06cdc67e1e08a9afca81d7cf9b
smbd: remove dirfsp arg from create_file_unixpath()

Prepares for removing the dirfsp arg from SMB_VFS_CREATE_FILE() again. In the
future dirfsp has to opened as needed within create_file_unixpath() and below.

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