smbd: use a real dirfsp/atname in mkdir_internal() with SMB_VFS_MKDIRAT()
commit74b9080668cd4307e14049c9d908b5610911507b
authorRalph Boehme <slow@samba.org>
Wed, 16 Dec 2020 14:27:39 +0000 (16 15:27 +0100)
committerJeremy Allison <jra@samba.org>
Thu, 17 Dec 2020 18:56:29 +0000 (17 18:56 +0000)
tree4e1cec465683d618ab014fee31ace8f9dc9341db
parent43b5e97ad9620dcb5d79cdcf0fa6d6e61ebc5106
smbd: use a real dirfsp/atname in mkdir_internal() with SMB_VFS_MKDIRAT()

Now that all VFS modules support real dirfsps in SMB_VFS_MKDIRAT(), pass the
pathref fsp from the parent directory and the basename of the new directory.

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