vfs_catia: pass stat info to synthetic_smb_fname()
authorRalph Boehme <slow@samba.org>
Thu, 27 Jun 2019 10:50:37 +0000 (12:50 +0200)
committerJeremy Allison <jra@samba.org>
Mon, 1 Jul 2019 21:43:23 +0000 (21:43 +0000)
commitae6dd4853e3e651f6e56ce735bcb0a2264857385
tree5eab25e30fa0f65611ccc93eeda914e7726fd1a1
parent163c0cc84a1f2ded56389db80e9e4046f76f6185
vfs_catia: pass stat info to synthetic_smb_fname()

This doesn't cause visible damage in vanilla Samba, but would affect downstream
consumers that add additional fields to struct smb_filename.

For the same reason there's no test.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14015
RN: Ensure vfs_catia passes stat info to stacked VFS modules

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