]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
client: process path without inode anchor
authorPatrick Donnelly <pdonnell@ibm.com>
Thu, 20 Mar 2025 01:25:35 +0000 (21:25 -0400)
committerPatrick Donnelly <pdonnell@ibm.com>
Thu, 20 Mar 2025 01:33:09 +0000 (21:33 -0400)
commit25eb99d309ac2d13ac4e7dccf973250ca844c781
tree187de86ccc7038a9f87fb0316cc3f636bbb1bef2
parent0306789f7f9fa7a276d3b68a077339b0f1f72ee7
client: process path without inode anchor

ll_walk was wrongly coded to make the input file path relative to ino=0. That inode
does not exist and isn't considered the root inode.

Fixes: https://tracker.ceph.com/issues/70573
Fixes: e08210dda01f4e154561fcf008084e6d640e4683
Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
src/client/Client.cc