Skip to content

Do not set the ctime when setting atime only

Cal Pratt requested to merge cpratt34/ctime-fix into master

When accessing a file, the ctime does not need to always change. In the cas of gnu tar, the ctime is checked once at the start of archiving and again when it finishes. If the ctime has changed in between, it reports an error and aborts. Because we are setting the ctime on every access, this causes tar to fail within the buildbox-fuse mounts.

Merge request reports