moby--moby/daemon/graphdriver/copy
Sargun Dhillon 77a2bc3e5b Fix setting mtimes on directories
Previously, the code would set the mtime on the directories before
creating files in the directory itself. This was problematic
because it resulted in the mtimes on the directories being
incorrectly set. This change makes it so that the mtime is
set only _after_ all of the files have been created.

Signed-off-by: Sargun Dhillon <sargun@sargun.me>
2017-12-01 09:12:43 -08:00
..
copy.go Fix setting mtimes on directories 2017-12-01 09:12:43 -08:00
copy_test.go Fix setting mtimes on directories 2017-12-01 09:12:43 -08:00