Skip to content

Commit e928f2c

Browse files
committed
Merge PR ceph#62483 into main
* refs/pull/62483/head: libcephfs_proxy: workaround for delays and hangs in the proxy Reviewed-by: Venky Shankar <[email protected]> Reviewed-by: Anoop C S <[email protected]>
2 parents fa05bc4 + 8f9361e commit e928f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcephfs_proxy/proxy_mount.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ int32_t proxy_path_resolve(proxy_mount_t *mount, const char *path,
470470
}
471471

472472
if (err >= 0) {
473-
err = proxy_path_lookup(proxy_cmount(mount), iter.base, ".",
473+
err = proxy_path_lookup(proxy_cmount(mount), iter.base, "",
474474
inode, stx, want, flags, iter.perms);
475475
}
476476

0 commit comments

Comments
 (0)