BUG: https://bugzilla.samba.org/show_bug.cgi?id=15608
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
}
/****************************************************************************
- Find any fsp open with a pathname below that of an already open path.
+ Find any fsp open with a pathname below that of an already open path,
+ ignoring POSIX opens.
****************************************************************************/
bool file_find_subpath(files_struct *dir_fsp)
if (fsp == dir_fsp) {
continue;
}
+ if (fsp->fsp_flags.posix_open) {
+ continue;
+ }
d1_fullname = talloc_asprintf(talloc_tos(),
"%s/%s",