You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.
When using the btrfs filesystem, the mod time of the subvolumes that have been snapshotted is the mod time of the first subvolume. This creates an ambiguity when running stat or ls -al.
We should update the mod time to reflect the actual mod time of the directory.
When using the btrfs filesystem, the mod time of the subvolumes that have been snapshotted is the mod time of the first subvolume. This creates an ambiguity when running
stat
orls -al
.We should update the mod time to reflect the actual mod time of the directory.
https://golang.org/pkg/os/#Chtimes may help mitigate this.
The text was updated successfully, but these errors were encountered: