size_t num_names = 0;
/* Do we have any EA's ? */
status = get_ea_names_from_file(
- ctx, conn, smb_fname->fsp, NULL, &num_names);
+ ctx, smb_fname->fsp, NULL, &num_names);
if (NT_STATUS_IS_OK(status) && num_names) {
file_status &= ~NO_EAS;
}
size_t num_names = 0;
/* Do we have any EA's ? */
status = get_ea_names_from_file(
- ctx, conn, smb_fname->fsp, NULL, &num_names);
+ ctx, smb_fname->fsp, NULL, &num_names);
if (NT_STATUS_IS_OK(status) && num_names) {
file_status &= ~NO_EAS;
}
}
NTSTATUS get_ea_names_from_file(TALLOC_CTX *mem_ctx,
- connection_struct *conn,
files_struct *fsp,
char ***pnames,
size_t *pnum_names)
posix_pathnames = (fsp->fsp_name->flags & SMB_FILENAME_POSIX_PATH);
status = get_ea_names_from_file(talloc_tos(),
- fsp->conn,
fsp,
&names,
&num_names);