char real_pathname[PATH_MAX+1], tmpbuf[PATH_MAX];
size_t full_path_len;
int buflen;
- bool mangled;
struct gpfs_config_data *config;
SMB_VFS_HANDLE_GET_DATA(handle, config,
handle, dirfsp, name, mem_ctx, found_name);
}
- mangled = mangle_is_mangled(name, handle->conn->params);
- if (mangled) {
- return SMB_VFS_NEXT_GET_REAL_FILENAME_AT(
- handle, dirfsp, name, mem_ctx, found_name);
- }
-
full_path_len = full_path_tos(dirfsp->fsp_name->base_name, name,
tmpbuf, sizeof(tmpbuf),
&full_path, &to_free);