-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Here we're exposing a public Client::walk (aka path_walk) so that the user can inspect dentries (not something normally possible in POSIX). We're going to skip exposing such an interface in libcephfs since there's no reason to do that (who would use it?) except for testing. Instead, a follow-up PR will add Client tests (for the first time, yay!) that will exercise this code. Also, ideally we'd also expose alternate_name via readdir results but that is a bit more complicated since dirents do not normally refer to external memory. So, just rely on Client::walk for testing for now. Signed-off-by: Patrick Donnelly <[email protected]>
- Loading branch information
Showing
4 changed files
with
113 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.