mirror of
https://github.com/moby/moby.git
synced 2026-08-08 17:11:38 +00:00
Overlay2 and VFS initialize their layer parent directories before creating layers, so each layer creation does not need to recursively create and reset the parent directory. Remove the redundant parent setup from both create paths. Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com> Signed-off-by: Sebastiaan van Stijn <github@gone.nl>