]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
client: unwrap dentries for getcwd
authorPatrick Donnelly <pdonnell@ibm.com>
Tue, 11 Mar 2025 14:51:38 +0000 (10:51 -0400)
committerPatrick Donnelly <pdonnell@ibm.com>
Thu, 13 Mar 2025 14:07:13 +0000 (10:07 -0400)
commitcda2a6e6facb24eba96afb51341720336febdd54
tree004904f35acd479db25196c934fd4ed8aaf7802c
parent3bfd614a358dc664469f8d5f56e9248818495bb2
client: unwrap dentries for getcwd

This was missed in the path_walk refactor. readdir is not the only way to "get"
dentry names.

Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
src/client/Client.cc