VFS: syncops: Fixup all uses of the SYNCOPS_NEXT_SMB_FNAME macro to correctly use...
authorJeremy Allison <jra@samba.org>
Wed, 20 Jan 2021 20:11:01 +0000 (12:11 -0800)
committerJeremy Allison <jra@samba.org>
Thu, 21 Jan 2021 21:48:30 +0000 (21:48 +0000)
commit4c004d1633a3ea358d2c929d5a29ec475945efff
treed9f87c2c2ed75abdd65968a5c003c8d72b772336
parent2f74056a916aef9925cae76016378b993560e22b
VFS: syncops: Fixup all uses of the SYNCOPS_NEXT_SMB_FNAME macro to correctly use the dirfsp path.

Remove the temp solution added to syncops_mkdirat()
as we now have a generic fix.

Missed in my original fixes.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Böhme <slow@samba.org>
source3/modules/vfs_syncops.c