Not yet used. This will allow us to make syncops really stackable later.
Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Noel Power <npower@samba.org>
/*
sync two meta data changes for 1 names
*/
-static void syncops_smb_fname(const struct smb_filename *smb_fname)
+static void syncops_smb_fname(connection_struct *conn,
+ const struct smb_filename *smb_fname)
{
char *parent = NULL;
if (smb_fname != NULL) {
ret = SMB_VFS_NEXT_ ## op args; \
if (ret == 0 \
&& config->onmeta && !config->disable \
- && fname) syncops_smb_fname(full_fname); \
+ && fname) syncops_smb_fname(dirfsp->conn, full_fname); \
TALLOC_FREE(full_fname); \
return ret; \
} while (0)