Changes between Initial Version and Version 1 of Ticket #19213, comment 9
- Timestamp:
- Oct 30, 2024, 9:21:50 PM (38 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19213, comment 9
initial v1 1 1 > Any ideas of how we might solve this? 2 2 3 Change the stat, fstat, lstat etc. system calls so that the lowest 16 bits of the st_crtim, st_mtim, st_ctim are cleared. These are the only bits that are affected by the unique_from_nsec part of3 Change the stat, fstat, lstat etc. system calls so that the lowest 16 bits of the st_crtim, st_mtim, st_ctim fields are cleared. These are the only bits that are affected by the unique_from_nsec part of 4 4 {{{ 5 5 static int64 ToInode(const timespec& tv)