Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lib: mkdir_parents() - Avoid unnecessary syscalls when uid/gid doesn'…
…t change There's no need to open() + fchown() the directory after mkdir(), if neither uid nor gid changes.
- Loading branch information