Details
-
Technical task
-
Resolution: Unresolved
-
Medium
-
None
-
None
-
None
-
3
-
9223372036854775807
Description
There are already several directory traversal codes in liblustreapi:
- lfs getstripe/find (llapi_semantic_traverse())
- lfs find parallel (parallel_find())
- lfs project (lfs_project_iterate())
Trash Can liblustre_trash.c also has its own directory traversal codes with DFS and BFS traversal mode.
It would be much better to unify these mechanisms, and if it isn't sufficient for the use here then it should be improved.