Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Jeremy Allison <jra@samba.org>
****************************************************************************/
static NTSTATUS get_ea_list_from_file_path(TALLOC_CTX *mem_ctx,
- connection_struct *conn,
files_struct *fsp,
size_t *pea_total_len,
struct ea_list **ea_list)
}
return get_ea_list_from_file_path(mem_ctx,
- fsp->conn,
fsp,
pea_total_len,
ea_list);
fsp = fsp->base_fsp;
}
(void)get_ea_list_from_file_path(mem_ctx,
- conn,
fsp,
&total_ea_len,
&ea_list);
TALLOC_CTX *mem_ctx = talloc_tos();
struct ea_list *ea_list;
NTSTATUS status = get_ea_list_from_file_path(mem_ctx,
- conn,
smb_fname->fsp,
&total_ea_len,
&ea_list);