smbd: remove dirsp arg from open_directory()
authorRalph Boehme <slow@samba.org>
Fri, 2 Oct 2020 14:30:03 +0000 (16:30 +0200)
committerJeremy Allison <jra@samba.org>
Fri, 2 Oct 2020 19:39:43 +0000 (19:39 +0000)
commita7544661816a3d06cdc67e1e08a9afca81d7cf9b
tree2b55a6c665236bfdd0b7fb559325c7cb4a4db500
parent7ccaff48575b1a94a778f43409505f149b6bdcb8
smbd: remove dirsp arg from open_directory()

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

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