Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: mkdir with create_missing when some parents exist
There was an issue affecting mkdir requests with create_missing_parents set to true which prevented the correct behavior if some of the listed parents were already present. This commit ensures mkdir selects the deepest existing node as the parent before proceeding.
- Loading branch information