VFS: syncops: SMB_VFS_SYMLINKAT only changes one directory so we can use the SYNCOPS_...
authorJeremy Allison <jra@samba.org>
Mon, 25 Jan 2021 20:46:16 +0000 (12:46 -0800)
committerRalph Boehme <slow@samba.org>
Thu, 28 Jan 2021 07:03:30 +0000 (07:03 +0000)
commit1ede5601a34b945a5e1a0114539278ccc1086e62
treed2a02b790d151dc5601ddb17dc4f0583675649b4
parentec27c4c44d1e9035639e033689fa739518f17132
VFS: syncops: SMB_VFS_SYMLINKAT only changes one directory so we can use the SYNCOPS_NEXT_SMB_FNAME macro directly.

Missed in my original fixes.

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